Browse Source

fix issue #967

283
ThomasV 10 years ago
parent
commit
f57c581468
  1. 1
      plugins/cosigner_pool.py

1
plugins/cosigner_pool.py

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

Loading…
Cancel
Save