Fix issue with new wallet creation on LND v0.14+

This commit is contained in:
Taylor Helsper 2021-11-20 18:37:48 -06:00
parent 37f9209bd5
commit ab0af5110d
2 changed files with 1 additions and 2 deletions

View File

@ -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 }

View File

@ -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(),