Fix get_master_public_key, Label plugin now works
This commit is contained in:
@@ -83,6 +83,7 @@ class TrezorWallet(NewWallet):
|
||||
def __init__(self, storage):
|
||||
self.transport = None
|
||||
self.client = None
|
||||
self.mpk = None
|
||||
|
||||
NewWallet.__init__(self, storage)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user