From a547ea39b63d52de2b815b3d48542b591d772bad Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 14 Nov 2016 15:32:28 -0300 Subject: [PATCH] test --- src/wallet/wallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 5bf6c4ca4..ccba81b4d 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -2405,7 +2405,7 @@ bool CWallet::SelectCoins(const CAmount& nTargetValue, setnHeight+1,out.tx->nLockTime,chainActive.Tip()->nTime); + printf("nValueRet %.8f += interest %.8f ht.%d lock.%u tip.%u\n",(double)out.tx->vout[out.i].nValue/COIN,(double)interest/COIN,chainActive.Tip()->nHeight+1,out.tx->nLockTime,chainActive.Tip()->nTime); fprintf(stderr,"nValueRet %.8f += interest %.8f ht.%d lock.%u tip.%u\n",(double)nValueRet/COIN,(double)interest/COIN,chainActive.Tip()->nHeight+1,out.tx->nLockTime,chainActive.Tip()->nTime); } nValueRet += interest;