From 801bcd69e85638742c67ad8e14a35d74e54da4f1 Mon Sep 17 00:00:00 2001 From: slush0 Date: Fri, 18 Jul 2014 15:47:09 +0200 Subject: [PATCH] Fix get_master_public_key, Label plugin now works --- plugins/trezor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/trezor.py b/plugins/trezor.py index 5b305e34..523f8507 100644 --- a/plugins/trezor.py +++ b/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)