Skip to content

Commit ebf99b1

Browse files
committed
terminal: block until lnd is unlocked
1 parent 0edac71 commit ebf99b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terminal.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ func (g *LightningTerminal) startSubservers() error {
304304
MacaroonDir: macDir,
305305
TLSPath: tlsPath,
306306
BlockUntilChainSynced: true,
307+
BlockUntilUnlocked: true,
307308
CallerCtx: ctxc,
308309
},
309310
)

0 commit comments

Comments
 (0)