started integrating wallet library

This commit is contained in:
Ilya Kitaev
2016-02-23 18:59:26 +03:00
parent 921d16a458
commit 1195a89d06
12 changed files with 105 additions and 15 deletions

View File

@@ -99,7 +99,9 @@ Rectangle {
currentPath = "create_wallet"
pages = paths[currentPath]
currentPage = pages.indexOf(createWalletPage)
createWalletPage.createWallet(settings)
handlePageChanged()
}
function openRecoveryWalletPage() {