Browse Source

test

release/v0.1
jl777 8 years ago
parent
commit
b703fd6913
  1. 2
      iguana/iguana_init.c

2
iguana/iguana_init.c

@ -374,6 +374,8 @@ void iguana_parseline(struct supernet_info *myinfo,struct iguana_info *coin,int3
{
if ( iguana_bundleinitmap(myinfo,coin,bp,height,hash2,hash1) == 0 )
lastbundle = hash2, lastheight = height;
else if ( strcmp("BTC",coin->symbol) == 0 )
break;
}
}
}

Loading…
Cancel
Save