test
This commit is contained in:
@@ -2321,7 +2321,10 @@ bool CWallet::SelectCoinsMinConf(const CAmount& nTargetValue, int nConfMine, int
|
|||||||
vValue.push_back(coin);
|
vValue.push_back(coin);
|
||||||
nTotalLower += n;
|
nTotalLower += n;
|
||||||
if ( count < sizeof(interests)/sizeof(*interests) )
|
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;
|
interests[count++] = pcoin->vout[i].interest;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else if (n < coinLowestLarger.first)
|
else if (n < coinLowestLarger.first)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user