mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-19 13:17:50 +02:00
loopd: wait for lnd to be unlocked before starting
This commit is contained in:
parent
6c2d88b3a5
commit
3818e4576e
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ func newListenerCfg(config *Config, rpcCfg RPCConfig) *listenerCfg {
|
|||
CheckVersion: LoopMinRequiredLndVersion,
|
||||
BlockUntilChainSynced: true,
|
||||
CallerCtx: callerCtx,
|
||||
BlockUntilUnlocked: true,
|
||||
}
|
||||
|
||||
// If a custom lnd connection is specified we use that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue