This commit is contained in:
jl777
2016-11-15 17:04:57 -03:00
parent 8fa5e1fff1
commit d8a120e3ac

View File

@@ -2321,7 +2321,10 @@ bool CWallet::SelectCoinsMinConf(const CAmount& nTargetValue, int nConfMine, int
vValue.push_back(coin);
nTotalLower += n;
if ( count < sizeof(interests)/sizeof(*interests) )
{
fprintf(stderr,"count.%d %.8f\n",count,(double)pcoin->vout[i].interest/COIN);
interests[count++] = pcoin->vout[i].interest;
}
}
else if (n < coinLowestLarger.first)
{