1
0

always_hook. fix trezor handler. fixes #1146

This commit is contained in:
ThomasV
2015-04-18 14:59:46 +02:00
parent 8f94039355
commit 21b2fcbe85
5 changed files with 38 additions and 30 deletions

View File

@@ -329,10 +329,6 @@ class Plugin(BasePlugin):
xpub3 = self.make_xpub(signing_xpub, long_user_id)
wallet.add_master_public_key('x3/', xpub3)
@hook
def init_qt(self, gui):
self.window = gui.main_window
@hook
def do_clear(self):
self.is_billing = False