diff options
Diffstat (limited to 'wizard/WizardCreateWallet.qml')
| -rw-r--r-- | wizard/WizardCreateWallet.qml | 1 |
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); } |
