Browse Source

Merge pull request #3310 from SomberNight/fix_greena_pw

fix: GreenAddress verification with passworded wallet
3.0.x
ThomasV 7 years ago
committed by GitHub
parent
commit
c48efc5f3f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      plugins/greenaddress_instant/qt.py

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

Loading…
Cancel
Save