MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / IsFromMe

Method IsFromMe

src/wallet/wallet.cpp:1388–1391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1386}
1387
1388bool CWallet::IsFromMe(const CTransaction& tx) const
1389{
1390 return (GetDebit(tx, ISMINE_ALL) > 0);
1391}
1392
1393CAmount CWallet::GetDebit(const CTransaction& tx, const isminefilter& filter) const
1394{

Callers 4

ListTransactionsFunction · 0.45
gettransactionFunction · 0.45
GetAddressBalancesMethod · 0.45
GroupOutputsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected