From f207306e04f621ecae3d9641b57b0030c4317a39 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 15 Nov 2016 19:09:39 -0300 Subject: [PATCH] test --- src/wallet/rpcwallet.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index e51863dba..8777c3b7e 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -2498,8 +2498,6 @@ uint64_t komod_interestsum() pwalletMain->AvailableCoins(vecOutputs, false, NULL, true); BOOST_FOREACH(const COutput& out,vecOutputs) { - if (out.nDepth < nMinDepth || out.nDepth > nMaxDepth) - continue; CAmount nValue = out.tx->vout[out.i].nValue; if ( out.tx->nLockTime != 0 ) {