From 204146b30a4dccee8558902e63b6c4d4b83d2566 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Wed, 15 Nov 2017 12:12:11 +0100 Subject: [PATCH] fix: GreenAddress verification with passworded wallet --- plugins/greenaddress_instant/qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/greenaddress_instant/qt.py b/plugins/greenaddress_instant/qt.py index 93d2bb71..5a01091e 100644 --- a/plugins/greenaddress_instant/qt.py +++ b/plugins/greenaddress_instant/qt.py @@ -64,7 +64,7 @@ class Plugin(BasePlugin): def do_verify(self, d): tx = d.tx wallet = d.wallet - window = d.parent + window = d.main_window # 1. get the password and sign the verification request password = None if wallet.has_password():