Browse Source

test

release/v0.1
jl777 8 years ago
parent
commit
4b233c6a88
  1. 4
      iguana/iguana_recv.c

4
iguana/iguana_recv.c

@ -1369,9 +1369,9 @@ struct iguana_bundlereq *iguana_recvblockhdrs(struct supernet_info *myinfo,struc
if ( bp != 0 )
{
if ( firstbp == 0 )
firstbp = bp, matches++;
firstbp = bp, match++;
else if ( bp == firstbp )
matches++;
match++;
bp->dirty++;
if ( bp->issued[bundlei] == 0 )//&& coin->RTheight > 0 )
{

Loading…
Cancel
Save