mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +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()
|
||||
|
||||
def get_master_public_key(self):
|
||||
raise NotImplementedError
|
||||
return None
|
||||
|
||||
@profiler
|
||||
def load_transactions(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue