tMerge pull request #3310 from SomberNight/fix_greena_pw - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit c48efc5f3f78d755c927459bfd32bdac13b4d0d9 DIR parent ff0cd16aec48aa052d2381742e98c7e574c02fff HTML 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: M plugins/greenaddress_instant/qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/plugins/greenaddress_instant/qt.py b/plugins/greenaddress_instant/qt.py t@@ -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():