mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix: get_master_public_key
This commit is contained in:
parent
bf3f67c043
commit
cf03f153d9
1 changed files with 1 additions and 2 deletions
|
@ -1247,8 +1247,7 @@ class NewWallet(Deterministic_Wallet):
|
|||
return 'm/' in self.master_private_keys.keys()
|
||||
|
||||
def get_master_public_key(self):
|
||||
"""xpub of the main account"""
|
||||
return self.master_public_keys.get("m/0'")
|
||||
return self.master_public_keys.get("m/")
|
||||
|
||||
def get_master_public_keys(self):
|
||||
out = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue