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;