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
commit c48efc5f3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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