diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 9eea082cd..909750010 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -2665,6 +2665,7 @@ bool CWallet::CreateTransaction(const vector& vecSend, { interest2 += pcoin.first->vout[pcoin.second].interest; fprintf(stderr,"%.8f ",(double)pcoin.first->vout[pcoin.second].interest/COIN); + } int age = pcoin.first->GetDepthInMainChain(); if (age != 0) age += 1;