mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix for merchant script
This commit is contained in:
parent
0e851a5f62
commit
b39f1424ec
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ def process_request(i, amount, confirmations, expires_in, password):
|
||||||
print "wrong password ", password
|
print "wrong password ", password
|
||||||
return
|
return
|
||||||
addr = wallet.get_new_address(i, 0)
|
addr = wallet.get_new_address(i, 0)
|
||||||
out_queue.put( ('request',(i,addr,amount,expires_in) ))
|
out_queue.put( ('request', (i, addr, amount, confirmations, expires_in) ))
|
||||||
return addr
|
return addr
|
||||||
|
|
||||||
def get_mpk():
|
def get_mpk():
|
||||||
|
|
Loading…
Add table
Reference in a new issue