fix: get_master_public_key
This commit is contained in:
@@ -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 = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user