mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 08:21:27 +00:00
Fix export master public key
This commit is contained in:
parent
f0671a9ada
commit
a6ae46631f
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class Wallet:
|
|||
return s[0] == 1
|
||||
|
||||
def get_master_public_key(self):
|
||||
return self.sequences[0].master_public_key
|
||||
return self.config.get("master_public_key")
|
||||
|
||||
def get_address_index(self, address):
|
||||
if address in self.imported_keys.keys():
|
||||
|
|
Loading…
Add table
Reference in a new issue