credit values are CAmount

This commit is contained in:
Gregory Sanders 2016-11-15 09:19:23 -05:00
parent 924745dd6f
commit 20c3215a90
1 changed files with 1 additions and 1 deletions

View File

@ -1608,7 +1608,7 @@ CAmount CWalletTx::GetCredit(const isminefilter& filter) const
if (IsCoinBase() && GetBlocksToMaturity() > 0)
return 0;
int64_t credit = 0;
CAmount credit = 0;
if (filter & ISMINE_SPENDABLE)
{
// GetBalance can assume transactions in mapWallet won't change