From 5e6710410fc116aa2198d68d20a1b5bc6140e1a6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 13 Nov 2017 15:02:35 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_ordermatch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_ordermatch.c b/iguana/exchanges/LP_ordermatch.c index 22f503cd1..d6b929b84 100644 --- a/iguana/exchanges/LP_ordermatch.c +++ b/iguana/exchanges/LP_ordermatch.c @@ -32,8 +32,9 @@ double LP_bob_competition(uint64_t aliceid,double price) { if ( now > Bob_competition[i].starttime+LP_AUTOTRADE_TIMEOUT ) { - printf("aliceid.%llx expired\n",(long long)aliceid); + //printf("aliceid.%llx expired\n",(long long)aliceid); Bob_competition[i].bestprice = 0.; + Bob_competition[i].starttime = now; } if ( price != 0. && (Bob_competition[i].bestprice == 0. || price < Bob_competition[i].bestprice) ) {