commit c48efc5f3f78d755c927459bfd32bdac13b4d0d9
parent ff0cd16aec48aa052d2381742e98c7e574c02fff
Author: ThomasV <thomasv@electrum.org>
Date: Wed, 15 Nov 2017 13:24:57 +0100
Merge pull request #3310 from SomberNight/fix_greena_pw
fix: GreenAddress verification with passworded wallet
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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():