mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
fix oldwallet master_public_key
This commit is contained in:
parent
65fd4f45e3
commit
b1ecb61105
1 changed files with 1 additions and 1 deletions
|
|
@ -1571,7 +1571,7 @@ class OldWallet(Deterministic_Wallet):
|
|||
if self.is_mine(addr):
|
||||
return True
|
||||
for xpub, sequence in xpub_list:
|
||||
if xpub == self.master_public_key:
|
||||
if xpub == self.get_master_public_key():
|
||||
return True
|
||||
return False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue