loopd: wait for lnd to be unlocked before starting

pull/327/head
carla 3 years ago
parent 6c2d88b3a5
commit 3818e4576e
No known key found for this signature in database
GPG Key ID: 4CA7FE54A6213C91

@ -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…
Cancel
Save