1
0

call init_qt everytime a plugin is enabled

This commit is contained in:
ThomasV
2014-09-04 15:45:03 +02:00
parent a8f0e4310f
commit 6101abda5d
4 changed files with 26 additions and 33 deletions

View File

@@ -81,10 +81,6 @@ class Plugin(BasePlugin):
def enable(self):
return BasePlugin.enable(self)
@hook
def init_qt(self, gui):
self.gui = gui
@hook
def load_wallet(self, wallet):
self.wallet = wallet