Fix issue deleting LND wallet

This commit is contained in:
Taylor Helsper 2019-11-26 20:27:54 -06:00
parent a6d9fcb163
commit 919fa24359

View File

@ -340,7 +340,8 @@ def page_lnd_delete_wallet():
templateData = {
"title": "myNode Reboot",
"header_text": "Restarting",
"subheader_text": "This will take several minutes..."
"subheader_text": "This will take several minutes...",
"ui_settings": read_ui_settings()
}
return render_template('reboot.html', **templateData)