commit f57c581468edc3e7a169980e011d36616122b7ed parent 52e9c0b4988e928a95623834c826d1145a52b422 Author: ThomasV <thomasv@gitorious> Date: Wed, 31 Dec 2014 17:11:21 +0100 fix issue #967 Diffstat:
M | plugins/cosigner_pool.py | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/plugins/cosigner_pool.py b/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