From 85cb030e3e232d1ae9075a9b685eb94ecf42f9a3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 7 Feb 2017 05:46:24 +0200 Subject: [PATCH] test --- src/wallet/wallet.cpp | 1 + 1 file changed, 1 insertion(+) 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;