mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
fix: get_action should call get_master_public_key
This commit is contained in:
parent
2c38e85a50
commit
0511d7e76f
1 changed files with 1 additions and 1 deletions
|
@ -1258,7 +1258,7 @@ class Deterministic_Wallet(Abstract_Wallet):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def get_action(self):
|
def get_action(self):
|
||||||
if not self.get_master_public_keys():
|
if not self.get_master_public_key():
|
||||||
return 'create_seed'
|
return 'create_seed'
|
||||||
if not self.accounts:
|
if not self.accounts:
|
||||||
return 'create_accounts'
|
return 'create_accounts'
|
||||||
|
|
Loading…
Add table
Reference in a new issue