Browse Source

Fix get_master_public_key, Label plugin now works

283
slush0 11 years ago
committed by m0mchil
parent
commit
801bcd69e8
  1. 1
      plugins/trezor.py

1
plugins/trezor.py

@ -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…
Cancel
Save