From 790e0e56e2388dbfd1eccbdc642394b9648df981 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 14 Sep 2014 20:20:08 +0200 Subject: [PATCH] fix init call in cosignerpool plugin --- plugins/cosigner_pool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cosigner_pool.py b/plugins/cosigner_pool.py index ee33158c..cf9fd8f8 100644 --- a/plugins/cosigner_pool.py +++ b/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