aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateWallet.qml
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2017-04-03 18:51:55 +0200
committerJaquee <jaquee.monero@gmail.com>2017-05-05 12:03:03 +0200
commit2e53c524a13c4b4ef3cccfc7c7cfc4243144d6f9 (patch)
tree11b5609216403534b16a6255101d63cb46f348d9 /wizard/WizardCreateWallet.qml
parentda6aad33a4aa58c298f3452206f3bab04ad2b5cb (diff)
downloadmonzero-gui-2e53c524a13c4b4ef3cccfc7c7cfc4243144d6f9.tar.gz
monzero-gui-2e53c524a13c4b4ef3cccfc7c7cfc4243144d6f9.tar.xz
monzero-gui-2e53c524a13c4b4ef3cccfc7c7cfc4243144d6f9.zip
ios build settings
Diffstat (limited to 'wizard/WizardCreateWallet.qml')
-rw-r--r--wizard/WizardCreateWallet.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardCreateWallet.qml b/wizard/WizardCreateWallet.qml
index 3f43fe94..99ee2478 100644
--- a/wizard/WizardCreateWallet.qml
+++ b/wizard/WizardCreateWallet.qml
@@ -59,6 +59,7 @@ ColumnLayout {
settingsObject['account_name'] = uiItem.accountNameText
settingsObject['words'] = uiItem.wordsTexttext
settingsObject['wallet_path'] = uiItem.walletPath
+ console.log("path " +uiItem.walletPath);
var walletFullPath = wizard.createWalletPath(uiItem.walletPath,uiItem.accountNameText);
return wizard.walletPathValid(walletFullPath);
}