1
0

move init_qt hook

This commit is contained in:
ThomasV
2015-08-07 20:06:31 +02:00
parent d0e2f0a5db
commit c3991091de
2 changed files with 4 additions and 2 deletions

View File

@@ -168,8 +168,6 @@ class BasePlugin:
self.set_enabled(False)
return True
def init_qt(self, gui): pass
@hook
def load_wallet(self, wallet, window): pass