1
0

Merge pull request #3310 from SomberNight/fix_greena_pw

fix: GreenAddress verification with passworded wallet
This commit is contained in:
ThomasV
2017-11-15 13:24:57 +01:00
committed by GitHub

View File

@@ -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():