Browse Source

test

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

2
iguana/iguana_recv.c

@ -925,7 +925,7 @@ struct iguana_bundlereq *iguana_recvblockhashes(struct iguana_info *coin,struct
{
iguana_blockQ("recvhash",coin,0,-1,blockhashes[i],1);
coin->longestchain = block->height+1;
if ( bp->speculative != 0 && i < bp->n )
if ( bp != 0 && bp->speculative != 0 && i < bp->n )
bp->speculative[i] = blockhashes[i];
}
}

Loading…
Cancel
Save