mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-25 22:18:07 +00:00
Fix issue with new wallet creation on LND v0.14+
This commit is contained in:
parent
37f9209bd5
commit
ab0af5110d
|
@ -38,7 +38,7 @@ expect {
|
|||
timeout { exit 2 }
|
||||
}
|
||||
expect {
|
||||
"want to use? (Enter y/n):" {
|
||||
"create a new seed (Enter y/x/n):" {
|
||||
send -- "y\n"
|
||||
}
|
||||
timeout { exit 2 }
|
||||
|
|
|
@ -532,7 +532,6 @@ def index():
|
|||
"lnd_channels": get_lightning_channels(),
|
||||
"electrs_active": electrs_active,
|
||||
"btcpayserver_onion": get_onion_url_btcpay(),
|
||||
"btcrpcexplorer_token_enabled": is_btcrpcexplorer_token_enabled(),
|
||||
"lndhub_onion": get_onion_url_lndhub(),
|
||||
"lnbits_onion": get_onion_url_lnbits(),
|
||||
"is_testnet_enabled": is_testnet_enabled(),
|
||||
|
|
Loading…
Reference in New Issue
Block a user