tcosigner: add popup window - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit c42038a8913aab86b01b25874136d12ca8d1d58b DIR parent 790e0e56e2388dbfd1eccbdc642394b9648df981 HTML Author: ThomasV <thomasv@gitorious> Date: Sun, 14 Sep 2014 20:28:21 +0200 cosigner: add popup window Diffstat: M plugins/cosigner_pool.py | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) --- DIR diff --git a/plugins/cosigner_pool.py b/plugins/cosigner_pool.py t@@ -174,6 +174,8 @@ class Plugin(BasePlugin): return else: password = None + if not self.win.question(_("An encrypted transaction was retrieved from cosigning pool.\nDo you want to open it now?")): + return message = self.listener.message key = self.listener.keyname