Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
d0f60dde55
  1. 6
      iguana/iguana_bundles.c

6
iguana/iguana_bundles.c

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

Loading…
Cancel
Save