mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-12 00:19:15 +00:00
Increase LND login delay to try and imrpove login consistency
This commit is contained in:
parent
f370b60993
commit
dcc614d955
|
@ -19,7 +19,7 @@ while true; do
|
||||||
|
|
||||||
# Sleep 15 seconds to let LND startup and avoid LN race condition
|
# Sleep 15 seconds to let LND startup and avoid LN race condition
|
||||||
# See https://github.com/lightningnetwork/lnd/issues/3631
|
# See https://github.com/lightningnetwork/lnd/issues/3631
|
||||||
/bin/sleep 15s
|
/bin/sleep 30s
|
||||||
|
|
||||||
echo "Unlocking wallet..."
|
echo "Unlocking wallet..."
|
||||||
/usr/bin/expect /usr/bin/unlock_lnd.tcl
|
/usr/bin/expect /usr/bin/unlock_lnd.tcl
|
||||||
|
|
Loading…
Reference in New Issue
Block a user