forked from Public/monero-gui
wizard: use m_wallet instead of storing in settingsObj
This commit is contained in:
@@ -92,7 +92,7 @@ ColumnLayout {
|
||||
|
||||
var success = wallet.status === Wallet.Status_Ok;
|
||||
if (success) {
|
||||
settingsObject['wallet'] = wallet;
|
||||
m_wallet = wallet;
|
||||
settingsObject['is_recovering'] = true;
|
||||
settingsObject['tmp_wallet_filename'] = tmp_wallet_filename
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user