X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=scripts%2Fmerchant.py;h=9f01a01e65d1d1fd65d6b47660f4859461c733d3;hb=b39f1424ec434ba0977e71db4e22dbc59dd0216c;hp=048884cbe3c6d12ee5ad3732a010f4309a24c0f1;hpb=0e851a5f62f631cc9b58a19798c8230f4b68f3f5;p=electrum-nvc.git diff --git a/scripts/merchant.py b/scripts/merchant.py index 048884c..9f01a01 100644 --- a/scripts/merchant.py +++ b/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():