@ -2332,7 +2332,7 @@ struct iguana_ramchain *iguana_bundleload(struct supernet_info *myinfo,struct ig
//_iguana_chainlink(coin,block); //wrong context
}
prev2 = prev, prev = block;
printf("%d ",block->RO.txn_count);
printf("%p.%d ",block,block->RO.txn_count);
firsttxidind += block->RO.txn_count;
@ -819,6 +819,7 @@ void iguana_gotblockM(struct supernet_info *myinfo,struct iguana_info *coin,stru
if ( block->height < 0 )
block->bundlei = -1;
block->txvalid = 1;
block->RO.txn_count = origtxdata->zblock.RO.txn_count;
if ( block->fpipbits != 0 && block->fpos >= 0 )
{
static int32_t numredundant; static double redundantsize; static uint32_t lastdisp;