diff --git a/loopd/run.go b/loopd/run.go index 1a33c06..1503632 100644 --- a/loopd/run.go +++ b/loopd/run.go @@ -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