Browse Source

fix for merchant script

283
ThomasV 12 years ago
parent
commit
b39f1424ec
  1. 2
      scripts/merchant.py

2
scripts/merchant.py

@ -114,7 +114,7 @@ def process_request(i, amount, confirmations, expires_in, password):
print "wrong password ", password
return
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
def get_mpk():

Loading…
Cancel
Save