Merge branch 'jahway603' into dev

This commit is contained in:
jahway603
2023-04-03 23:30:32 +00:00

View File

@@ -2273,6 +2273,10 @@ int64_t CWalletTx::GetTxTime() const
return n ? n : nTimeReceived;
}
<<<<<<< HEAD
=======
>>>>>>> origin/dev
// GetAmounts will determine the transparent debits and credits for a given wallet tx.
void CWalletTx::GetAmounts(list<COutputEntry>& listReceived,
list<COutputEntry>& listSent, CAmount& nFee, string& strSentAccount, const isminefilter& filter) const