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