|
|
@ -289,7 +289,7 @@ void iguana_parseline(struct iguana_info *coin,int32_t iter,FILE *fp) |
|
|
|
if ( strcmp(checkstr,line+k+1 + 64 + 1) == 0 ) |
|
|
|
{ |
|
|
|
init_hexbytes_noT(checkstr,hash2.bytes,sizeof(hash2)); |
|
|
|
//char str[65],str2[65]; printf(">>>> bundle.%d got (%s)/(%s) allhash.(%s)\n",height,bits256_str(str,hash2),checkstr,bits256_str(str2,allhash));
|
|
|
|
char str[65],str2[65]; printf(">>>> bundle.%d got (%s)/(%s) allhash.(%s)\n",height,bits256_str(str,hash2),checkstr,bits256_str(str2,allhash)); |
|
|
|
if ( (bp= iguana_bundlecreate(coin,&bundlei,height,hash2,allhash,0)) != 0 ) |
|
|
|
{ |
|
|
|
bp->bundleheight = height; |
|
|
|