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()
|
return 'm/' in self.master_private_keys.keys()
|
||||||
|
|
||||||
def get_master_public_key(self):
|
def get_master_public_key(self):
|
||||||
"""xpub of the main account"""
|
return self.master_public_keys.get("m/")
|
||||||
return self.master_public_keys.get("m/0'")
|
|
||||||
|
|
||||||
def get_master_public_keys(self):
|
def get_master_public_keys(self):
|
||||||
out = {}
|
out = {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue