mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-14 14:39:50 +00:00
fix: GreenAddress verification with passworded wallet
This commit is contained in:
parent
e9191caf39
commit
204146b30a
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class Plugin(BasePlugin):
|
||||||
def do_verify(self, d):
|
def do_verify(self, d):
|
||||||
tx = d.tx
|
tx = d.tx
|
||||||
wallet = d.wallet
|
wallet = d.wallet
|
||||||
window = d.parent
|
window = d.main_window
|
||||||
# 1. get the password and sign the verification request
|
# 1. get the password and sign the verification request
|
||||||
password = None
|
password = None
|
||||||
if wallet.has_password():
|
if wallet.has_password():
|
||||||
|
|
Loading…
Add table
Reference in a new issue