1
0

Fix get_master_public_key, Label plugin now works

This commit is contained in:
slush0
2014-07-18 15:47:09 +02:00
committed by m0mchil
parent 9f47762c12
commit 801bcd69e8

View File

@@ -83,6 +83,7 @@ class TrezorWallet(NewWallet):
def __init__(self, storage):
self.transport = None
self.client = None
self.mpk = None
NewWallet.__init__(self, storage)