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