Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
0268c3f21b
  1. 2
      iguana/iguana_unspents.c

2
iguana/iguana_unspents.c

@ -1287,7 +1287,7 @@ int32_t iguana_balancegen(struct iguana_info *coin,int32_t incremental,struct ig
{
if ( 0 && bp == coin->current )
printf("[%d] spendind.%u -> [%d] u%d\n",bp->hdrsi,spendind,spent_hdrsi,spent_unspentind);
if ( iguana_volatileupdate(coin,0,&spentbp->ramchain,spent_hdrsi,spent_unspentind,spent_pkind,spent_value,spendind,h) < 0 )
if ( iguana_volatileupdate(coin,incremental,&spentbp->ramchain,spent_hdrsi,spent_unspentind,spent_pkind,spent_value,spendind,h) < 0 )
errs++;
}
else //if ( Xspendinds != 0 )

Loading…
Cancel
Save