always_hook. fix trezor handler. fixes #1146
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user