aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateWallet.qml
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-06-14 16:09:14 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-06-14 16:09:14 +0300
commit1eac46ae734d31df568cf0f51dd1d5b7e7244cdc (patch)
tree897d58bf18b8265d12bf09d2397dd2f98e74b59b /wizard/WizardCreateWallet.qml
parentb7787dc6704ee8395ba20adf0f09af6fc3eb9f8a (diff)
downloadmonzero-gui-1eac46ae734d31df568cf0f51dd1d5b7e7244cdc.tar.gz
monzero-gui-1eac46ae734d31df568cf0f51dd1d5b7e7244cdc.tar.xz
monzero-gui-1eac46ae734d31df568cf0f51dd1d5b7e7244cdc.zip
"new wallet" and "recovery wallet" flows are implemented using libwallet
api
Diffstat (limited to 'wizard/WizardCreateWallet.qml')
-rw-r--r--wizard/WizardCreateWallet.qml5
1 files changed, 1 insertions, 4 deletions
diff --git a/wizard/WizardCreateWallet.qml b/wizard/WizardCreateWallet.qml
index 2332dd5c..0aad0052 100644
--- a/wizard/WizardCreateWallet.qml
+++ b/wizard/WizardCreateWallet.qml
@@ -46,10 +46,7 @@ Item {
settingsObject['account_name'] = uiItem.accountNameText
settingsObject['words'] = uiItem.wordsTexttext
settingsObject['wallet_path'] = uiItem.walletPath
-
- // put wallet files to the subdirectory with the same name as
- // wallet name
-
+ return true;
}
//! function called each time we hide this page