mirror of
https://github.com/lightninglabs/loop
synced 2024-11-04 06:00:21 +00:00
loopd: wait for lnd to be unlocked before starting
This commit is contained in:
parent
6c2d88b3a5
commit
3818e4576e
@ -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…
Reference in New Issue
Block a user