mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 16:31:29 +00:00
fix greenaddress url
This commit is contained in:
parent
8bccf7b2db
commit
78e68507e1
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class Plugin(BasePlugin):
|
|||
sig = self.wallet.sign_message(addr, message, password)
|
||||
|
||||
# 2. send the request
|
||||
response = requests.request("GET", ("/verify/?signature=%s&txhash=%s" % (urllib.quote(sig), tx.hash())),
|
||||
response = requests.request("GET", ("https://greenaddress.it/verify/?signature=%s&txhash=%s" % (urllib.quote(sig), tx.hash())),
|
||||
headers = {'User-Agent': 'Electrum'})
|
||||
response = response.json()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue