Browse Source

test

release/v0.1
jl777 8 years ago
parent
commit
b094215a2d
  1. 5
      iguana/iguana_spendvectors.c

5
iguana/iguana_spendvectors.c

@ -845,11 +845,6 @@ int32_t iguana_balanceflush(struct supernet_info *myinfo,struct iguana_info *coi
numunspents = numpkinds = 0;
if ( (bp= coin->bundles[hdrsi]) == 0 )
continue;
if ( iter == 0 )
{
iguana_volatilespurge(coin,&bp->ramchain);
iguana_volatilesmap(coin,&bp->ramchain);
}
if ( bp != 0 && bp->ramchain.H.data != 0 && (numpkinds= bp->ramchain.H.data->numpkinds) > 0 && (numunspents= bp->ramchain.H.data->numunspents) > 0 && (Aptr= bp->ramchain.A2) != 0 && (Uptr= bp->ramchain.Uextras) != 0 )
{
sprintf(fname,"%s/%s/debits.%d_N%d",GLOBAL_TMPDIR,coin->symbol,bp->hdrsi,numhdrsi);

Loading…
Cancel
Save