mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 17:55:20 +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
|
return s[0] == 1
|
||||||
|
|
||||||
def get_master_public_key(self):
|
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):
|
def get_address_index(self, address):
|
||||||
if address in self.imported_keys.keys():
|
if address in self.imported_keys.keys():
|
||||||
|
|
Loading…
Add table
Reference in a new issue