aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateWallet.qml
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-06-14 12:40:29 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-06-14 12:40:29 +0300
commitb7787dc6704ee8395ba20adf0f09af6fc3eb9f8a (patch)
tree169c4422bce0c3a303733d5fbd7ef0c1d51a010c /wizard/WizardCreateWallet.qml
parentfd50e6f9a3bc445cb3c0d21b7a0f584e95b44450 (diff)
downloadmonzero-gui-b7787dc6704ee8395ba20adf0f09af6fc3eb9f8a.tar.gz
monzero-gui-b7787dc6704ee8395ba20adf0f09af6fc3eb9f8a.tar.xz
monzero-gui-b7787dc6704ee8395ba20adf0f09af6fc3eb9f8a.zip
Moving wallet to the user defined location at the "donation" page (pre-
final)
Diffstat (limited to 'wizard/WizardCreateWallet.qml')
-rw-r--r--wizard/WizardCreateWallet.qml12
1 files changed, 0 insertions, 12 deletions
diff --git a/wizard/WizardCreateWallet.qml b/wizard/WizardCreateWallet.qml
index 653db251..2332dd5c 100644
--- a/wizard/WizardCreateWallet.qml
+++ b/wizard/WizardCreateWallet.qml
@@ -49,19 +49,7 @@ Item {
// put wallet files to the subdirectory with the same name as
// wallet name
- var new_wallet_filename = settingsObject.wallet_path + "/"
- + settingsObject.account_name + "/"
- + settingsObject.account_name;
- // moving wallet files to the new destination, if user changed it
- if (new_wallet_filename !== settingsObject.wallet_filename) {
- // using previously saved wallet;
- settingsObject.wallet.store(new_wallet_filename);
- //walletManager.moveWallet(settingsObject.wallet_filename, new_wallet_filename);
- }
-
- // saving wallet_filename;
- settingsObject['wallet_filename'] = new_wallet_filename;
}
//! function called each time we hide this page