1
0

qml: fix wizard multisig cosigner script and derivation GUI component name

This commit is contained in:
Sander van Grieken
2023-09-22 15:16:30 +02:00
parent af2b0f758d
commit 6e52aa0edd

View File

@@ -68,7 +68,7 @@ class QENewWalletWizard(NewWalletWizard, QEAbstractWizard):
'multisig_cosigner_keystore': { 'gui': 'WCCosignerKeystore' },
'multisig_cosigner_key': { 'gui': 'WCHaveMasterKey' },
'multisig_cosigner_seed': { 'gui': 'WCHaveSeed' },
'multisig_cosigner_script_and_derivation': { 'gui': 'WCBIP39Refine' },
'multisig_cosigner_script_and_derivation': { 'gui': 'WCScriptAndDerivation' },
'imported': { 'gui': 'WCImport' },
'wallet_password': { 'gui': 'WCWalletPassword' }
})