Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
19be491356
  1. 4
      iguana/iguana_unspents.c

4
iguana/iguana_unspents.c

@ -1543,7 +1543,7 @@ int32_t iguana_balanceflush(struct iguana_info *coin,int32_t refhdrsi)
if ( bp->ramchain.allocatedA == 0 || bp->ramchain.allocatedU == 0 ) if ( bp->ramchain.allocatedA == 0 || bp->ramchain.allocatedU == 0 )
break; break;
} }
else else if ( hdrsi > 0 )
{ {
printf("balanceflush iter.%d error loading [%d] Aptr.%p Uptr.%p numpkinds.%u numunspents.%u\n",iter,hdrsi,Aptr,Uptr,numpkinds,numunspents); printf("balanceflush iter.%d error loading [%d] Aptr.%p Uptr.%p numpkinds.%u numunspents.%u\n",iter,hdrsi,Aptr,Uptr,numpkinds,numunspents);
return(-1); return(-1);
@ -1605,7 +1605,7 @@ int32_t iguana_spendvectorsaves(struct iguana_info *coin)
return(0); return(0);
coin->spendvectorsaved = 1; coin->spendvectorsaved = 1;
n = coin->bundlescount - 1; n = coin->bundlescount - 1;
printf("SAVE SPEND VECTORS %d of %d\n",n,coin->bundlescount); //printf("SAVE SPEND VECTORS %d of %d\n",n,coin->bundlescount);
for (iter=0; iter<2; iter++) for (iter=0; iter<2; iter++)
{ {
for (i=0; i<n; i++) for (i=0; i<n; i++)

Loading…
Cancel
Save