Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
aedc3a5ab0
  1. 2
      iguana/iguana_recv.c

2
iguana/iguana_recv.c

@ -850,7 +850,7 @@ int32_t iguana_reqblocks(struct iguana_info *coin)
_iguana_chainlink(coin,next); _iguana_chainlink(coin,next);
else if ( next->queued == 0 && next->fpipbits == 0 && (rand() % 100) == 0 ) else if ( next->queued == 0 && next->fpipbits == 0 && (rand() % 100) == 0 )
{ {
printf("HWM next %d\n",coin->blocks.hwmchain.height+1); //printf("HWM next %d\n",coin->blocks.hwmchain.height+1);
iguana_blockQ("reqblocks",coin,bp,bundlei,next->RO.hash2,0); iguana_blockQ("reqblocks",coin,bp,bundlei,next->RO.hash2,0);
} }
} }

Loading…
Cancel
Save