mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
credit values are CAmount
This commit is contained in:
parent
924745dd6f
commit
20c3215a90
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue