From aac14e077e221e2c7827477b4fcca0260d9c4cfe Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 30 Oct 2017 13:33:38 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_prices.c | 1 - iguana/exchanges/LP_signatures.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/iguana/exchanges/LP_prices.c b/iguana/exchanges/LP_prices.c index d566f55cf..ad3620691 100644 --- a/iguana/exchanges/LP_prices.c +++ b/iguana/exchanges/LP_prices.c @@ -333,7 +333,6 @@ void LP_prices_parse(struct LP_peerinfo *peer,cJSON *obj) timestamp = now; if ( timestamp >= pubp->timestamp && (asks= jarray(&n,obj,"asks")) != 0 ) { - //pubp->timestamp = timestamp; for (i=0; isig,sig,sizeof(pubp->sig)); pubp->siglen = siglen; char str[65]; printf(" -> rmd160.(%s) for %s (%s) sig.%s\n",hexstr,bits256_str(str,pubp->pubkey),pubsecpstr,sigstr); + pubp->timestamp = (uint32_t)time(NULL); } retval = 0; - pubp->timestamp = (uint32_t)time(NULL); } else pubp->numerrors++; } }