From c42038a8913aab86b01b25874136d12ca8d1d58b Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 14 Sep 2014 20:28:21 +0200 Subject: [PATCH] cosigner: add popup window --- plugins/cosigner_pool.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/cosigner_pool.py b/plugins/cosigner_pool.py index cf9fd8f80..debddef22 100644 --- a/plugins/cosigner_pool.py +++ b/plugins/cosigner_pool.py @@ -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