From 8eedabfbac514677138fb4ee286c763b5837a9a6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 19 Oct 2017 22:45:38 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_rpc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/exchanges/LP_rpc.c b/iguana/exchanges/LP_rpc.c index 6ec086991..a71e28ad9 100644 --- a/iguana/exchanges/LP_rpc.c +++ b/iguana/exchanges/LP_rpc.c @@ -1039,6 +1039,7 @@ int32_t LP_hasnotarization(struct iguana_info *coin,cJSON *blockjson) int32_t LP_notarization_latest(int32_t *bestheightp,struct iguana_info *coin) { cJSON *blockjson; bits256 blockhash; int32_t height=-1,hasnotarization; + *bestheightp = -1; memset(blockhash.bytes,0,sizeof(blockhash)); while ( 1 ) {