Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
c9ad39bc95
  1. 2
      iguana/iguana_bundles.c

2
iguana/iguana_bundles.c

@ -818,7 +818,7 @@ int32_t iguana_bundlefinish(struct iguana_info *coin,struct iguana_bundle *bp)
//#endif
)
break;
if ( i == bp->hdrsi && coin->emitbusy < (IGUANA_NUMHELPERS/3) )
if ( bp->hdrsi < coin->blocks.hwmchain.height/coin->chain->bundlesize && i == bp->hdrsi && coin->emitbusy < (IGUANA_NUMHELPERS/3) )
{
if ( bp->startutxo == 0 )
{

Loading…
Cancel
Save