From 5c439232ddb8e36872bd04e479e68303a3017963 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 15 Nov 2016 17:11:40 -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 d186fce72..a5fe817c1 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -2173,6 +2173,7 @@ uint64_t komodo_interest(int32_t txheight,uint64_t nValue,uint32_t nLockTime,uin void CWallet::AvailableCoins(vector& vCoins, bool fOnlyConfirmed, const CCoinControl *coinControl, bool fIncludeZeroValue, bool fIncludeCoinBase) const { + uint64_t interest,*ptr; vCoins.clear(); { @@ -2209,7 +2210,6 @@ void CWallet::AvailableCoins(vector& vCoins, bool fOnlyConfirmed, const extern char ASSETCHAINS_SYMBOL[16]; if ( strcmp(ASSETCHAINS_SYMBOL,"REVS") == 0 && chainActive.Tip() != 0 ) { - uint64_t interest,*ptr; if ( pcoin->vout[i].nValue >= COIN ) { interest = komodo_interest(chainActive.Tip()->nHeight+1,pcoin->vout[i].nValue,pcoin->nLockTime,chainActive.Tip()->nTime);