|
|
@ -143,10 +143,10 @@ int32_t iguana_hash2set(struct iguana_info *coin,char *debugstr,struct iguana_bu |
|
|
|
{ |
|
|
|
char str2[65],str3[65]; |
|
|
|
bits256_str(str2,*orighash2p), bits256_str(str3,newhash2); |
|
|
|
printf("WARNING iguana_hash2set REFUSE overwrite [%s] %s with %s [%d:%d]\n",debugstr,str2,str3,bp->hdrsi,bundlei); |
|
|
|
//*orighash2p = newhash2;
|
|
|
|
printf("WARNING iguana_hash2set overwrite [%s] %s with %s [%d:%d]\n",debugstr,str2,str3,bp->hdrsi,bundlei); |
|
|
|
*orighash2p = newhash2; |
|
|
|
// getchar();
|
|
|
|
return(-1); |
|
|
|
// return(-1);
|
|
|
|
} |
|
|
|
if ( isinside != 0 ) |
|
|
|
{ |
|
|
|