mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 07:23:25 +00:00
Fix get_master_public_key, Label plugin now works
This commit is contained in:
parent
9f47762c12
commit
801bcd69e8
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ class TrezorWallet(NewWallet):
|
|||
def __init__(self, storage):
|
||||
self.transport = None
|
||||
self.client = None
|
||||
self.mpk = None
|
||||
|
||||
NewWallet.__init__(self, storage)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue