From d8a120e3ac717436a10957310774347593f54164 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 15 Nov 2016 17:04:57 -0300 Subject: [PATCH] test --- src/wallet/wallet.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 6adb0ebd3..9a9fc7594 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -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) {