fix: GreenAddress verification with passworded wallet

This commit is contained in:
SomberNight 2017-11-15 12:12:11 +01:00
parent e9191caf39
commit 204146b30a

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