From 702467d96658518e6968b8171545269c181be01d Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 3 Dec 2017 23:54:32 +0400 Subject: [PATCH] Test --- iguana/exchanges/LP_rpc.c | 2 +- iguana/exchanges/LP_stats.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/exchanges/LP_rpc.c b/iguana/exchanges/LP_rpc.c index d692b16fd..b3a070f83 100644 --- a/iguana/exchanges/LP_rpc.c +++ b/iguana/exchanges/LP_rpc.c @@ -1031,7 +1031,7 @@ int32_t LP_txhasnotarization(bits256 *notarizedhashp,struct iguana_info *coin,bi { len >>= 1; decode_hex(script,len,hexstr); - iguana_rwbignum(0,&script[3],32,(uint8_t *)notarizedhashp); + iguana_rwbignum(0,&script[4],32,(uint8_t *)notarizedhashp); } } free_json(txobj); diff --git a/iguana/exchanges/LP_stats.c b/iguana/exchanges/LP_stats.c index 0db044e23..5b483d6b5 100644 --- a/iguana/exchanges/LP_stats.c +++ b/iguana/exchanges/LP_stats.c @@ -70,7 +70,7 @@ char *LP_dPoW_recv(cJSON *argjson) coin->notarized = notarized; coin->notarizedhash = notarizedhash; coin->notarizationtxid = notarizationtxid; - printf("VALIDATED\n"); + printf("VALIDATED dPoW %s\n",jprint(argjson,0)); } } return(clonestr("{\"result\":\"success\"}"));