mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
fix #2022
This commit is contained in:
parent
15300c6361
commit
af55fec764
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class Abstract_Wallet(PrintError):
|
||||||
return self.basename()
|
return self.basename()
|
||||||
|
|
||||||
def get_master_public_key(self):
|
def get_master_public_key(self):
|
||||||
raise NotImplementedError
|
return None
|
||||||
|
|
||||||
@profiler
|
@profiler
|
||||||
def load_transactions(self):
|
def load_transactions(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue