Browse Source

fix init call in cosignerpool plugin

283
ThomasV 11 years ago
parent
commit
790e0e56e2
  1. 2
      plugins/cosigner_pool.py

2
plugins/cosigner_pool.py

@ -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

Loading…
Cancel
Save