From 951983a973e193cf5cbea9ff4cb5d34c9f36dfd6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 16 Sep 2016 04:10:42 -0300 Subject: [PATCH] test --- iguana/iguana_bundles.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iguana/iguana_bundles.c b/iguana/iguana_bundles.c index 05445a78f..f99c69c73 100755 --- a/iguana/iguana_bundles.c +++ b/iguana/iguana_bundles.c @@ -148,7 +148,8 @@ int32_t iguana_hash2set(struct iguana_info *coin,char *debugstr,struct iguana_bu bits256_str(str2,*orighash2p), bits256_str(str3,newhash2); printf("WARNING iguana_hash2set overwrite %s [%s] %s with %s [%d:%d]\n",coin->symbol,debugstr,str2,str3,bp->hdrsi,bundlei); } - *orighash2p = newhash2; + //*orighash2p = newhash2; + return(-1); } if ( isinside != 0 ) {