This commit is contained in:
jl777
2016-11-15 13:38:56 -03:00
parent 779d962f33
commit be4f847b2e
2 changed files with 2 additions and 2 deletions

View File

@@ -2171,7 +2171,7 @@ CAmount CWallet::GetImmatureWatchOnlyBalance() const
*/
uint64_t komodo_interest(int32_t txheight,uint64_t nValue,uint32_t nLockTime,uint32_t tiptime);
void CWallet::AvailableCoins(vector<COutput>& vCoins, bool fOnlyConfirmed, const CCoinControl *coinControl, bool fIncludeZeroValue, bool fIncludeCoinBase)
void CWallet::AvailableCoins(vector<COutput>& vCoins, bool fOnlyConfirmed, const CCoinControl *coinControl, bool fIncludeZeroValue, bool fIncludeCoinBase) const
{
vCoins.clear();