2
0
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:
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