fix init call in cosignerpool plugin

This commit is contained in:
ThomasV 2014-09-14 20:20:08 +02:00
parent 7275955eef
commit 790e0e56e2
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class Plugin(BasePlugin):
def enable(self):
self.set_enabled(True)
self.init()
self.init_qt()
if self.win.wallet:
self.load_wallet(self.win.wallet)
return True