loopd: wait for lnd to be unlocked before starting

This commit is contained in:
carla 2021-01-05 13:36:28 +02:00
parent 6c2d88b3a5
commit 3818e4576e
No known key found for this signature in database
GPG key ID: 4CA7FE54A6213C91

View file

@ -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