Browse Source

test

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

4
iguana/iguana_unspents.c

@ -494,7 +494,7 @@ int32_t iguana_balancegen(struct iguana_info *coin,struct iguana_bundle *bp,int3
{
if ( spendind == nextT[numtxid].firstvin )
{
refheight = bp->bundleheight + numtxid;
refheight = bp->bundleheight++;
printf("height.%d firstvin.%d\n",refheight,nextT[numtxid].firstvin);
numtxid++;
}
@ -585,7 +585,7 @@ int32_t iguana_balancegen(struct iguana_info *coin,struct iguana_bundle *bp,int3
}
if ( spendind == nextT[numtxid].firstvin )
{
refheight = bp->bundleheight + numtxid;
refheight = bp->bundleheight++;
printf("height.%d firstvin.%d\n",refheight,nextT[numtxid].firstvin);
numtxid++;
}

Loading…
Cancel
Save