MCPcopy Create free account
hub / github.com/ElementsProject/elements / CachedTxIsFromMe

Function CachedTxIsFromMe

src/wallet/receive.cpp:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315bool CachedTxIsFromMe(const CWallet& wallet, const CWalletTx& wtx, const isminefilter& filter)
316{
317 return (CachedTxGetDebit(wallet, wtx, filter) > CAmountMap());
318}
319
320bool CachedTxIsTrusted(const CWallet& wallet, const CWalletTx& wtx, std::set<uint256>& trusted_parents)
321{

Callers 4

GroupOutputsFunction · 0.85
CachedTxIsTrustedFunction · 0.85
GetAddressBalancesFunction · 0.85
transactions.cppFile · 0.85

Calls 1

CachedTxGetDebitFunction · 0.85

Tested by

no test coverage detected