fix for merchant script

This commit is contained in:
ThomasV 2012-11-16 07:47:00 +01:00
parent 0e851a5f62
commit b39f1424ec
1 changed files with 1 additions and 1 deletions

View File

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