1
0

add wallet type imported addresses/private keys to wizard

This commit is contained in:
Sander van Grieken
2022-10-04 12:00:50 +02:00
parent 255f508574
commit 6ea3a16cc8
8 changed files with 160 additions and 13 deletions

View File

@@ -59,6 +59,7 @@ class QENewWalletWizard(NewWalletWizard, QEAbstractWizard):
'have_seed': { 'gui': 'WCHaveSeed' },
'bip39_refine': { 'gui': 'WCBIP39Refine' },
'have_master_key': { 'gui': 'WCHaveMasterKey' },
'imported': { 'gui': 'WCImport' },
'wallet_password': { 'gui': 'WCWalletPassword' }
})