From b5990522dae0cf76cdd39db95ce77c721855cbe2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 30 Oct 2017 13:23:05 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_signatures.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/exchanges/LP_signatures.c b/iguana/exchanges/LP_signatures.c index cf6f17c56..b8f75fe68 100644 --- a/iguana/exchanges/LP_signatures.c +++ b/iguana/exchanges/LP_signatures.c @@ -509,7 +509,7 @@ int32_t LP_pubkey_sigcheck(struct LP_pubkeyinfo *pubp,cJSON *item) memset(zeroes,0,sizeof(zeroes)); if ( memcmp(zeroes,rmd160,sizeof(rmd160)) != 0 ) { - if ( memcmp(rmd160,pubp->rmd160,20) != 0 ) + //if ( memcmp(rmd160,pubp->rmd160,20) != 0 ) { if ( (pubsecpstr= jstr(item,"pubsecp")) != 0 && is_hexstr(pubsecpstr,0) == 66 ) { @@ -545,7 +545,7 @@ int32_t LP_pubkey_sigcheck(struct LP_pubkeyinfo *pubp,cJSON *item) printf(" for %s\n",pubsecpstr); } } - } else pubp->timestamp = (uint32_t)time(NULL); + }// else pubp->timestamp = (uint32_t)time(NULL); } } return(retval);