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
1 changed files with 1 additions and 0 deletions

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)