wizard: fix missing 'wallet_password' and 'wallet_password_hardware' views on abstract KeystoreWizard
(these were implicitly defined by the Qt subclass) and test wallet keystore enable.
This commit is contained in:
@@ -226,6 +226,12 @@ class KeystoreWizard(AbstractWizard):
|
||||
'choose_hardware_device': {
|
||||
'next': self.on_hardware_device,
|
||||
},
|
||||
'wallet_password': {
|
||||
'last': True
|
||||
},
|
||||
'wallet_password_hardware': {
|
||||
'last': True
|
||||
},
|
||||
}
|
||||
|
||||
def maybe_master_pubkey(self, wizard_data):
|
||||
|
||||
Reference in New Issue
Block a user