Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
5a8067213f
  1. 4
      iguana/iguana_unspents.c

4
iguana/iguana_unspents.c

@ -2500,9 +2500,9 @@ int32_t iguana_realtime_update(struct iguana_info *coin)
if ( coin->RTdatabad != 0 )
{
iguana_RTramchainfree(coin,bp);
memset(bp->hashes,0,sizeof(bp->hashes));
//memset(bp->hashes,0,sizeof(bp->hashes));
memset(bp->blocks,0,sizeof(bp->blocks));
if ( bp->speculative != 0 )
if ( 0 && bp->speculative != 0 )
{
ptr = bp->speculative;
bp->speculative = 0;

Loading…
Cancel
Save