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