fix: get_action should call get_master_public_key
This commit is contained in:
@@ -1258,7 +1258,7 @@ class Deterministic_Wallet(Abstract_Wallet):
|
||||
return True
|
||||
|
||||
def get_action(self):
|
||||
if not self.get_master_public_keys():
|
||||
if not self.get_master_public_key():
|
||||
return 'create_seed'
|
||||
if not self.accounts:
|
||||
return 'create_accounts'
|
||||
|
||||
Reference in New Issue
Block a user