MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetModifiedFee

Method GetModifiedFee

src/kernel/mempool_entry.h:120–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 uint64_t GetSequence() const { return entry_sequence; }
119 int64_t GetSigOpCost() const { return sigOpCost; }
120 CAmount GetModifiedFee() const { return m_modified_fee; }
121 size_t DynamicMemoryUsage() const { return nUsageSize; }
122 const LockPoints& GetLockPoints() const { return lockPoints; }
123

Callers 15

GetInfoMethod · 0.45
checkMethod · 0.45
PrioritiseTransactionMethod · 0.45
CalculateAncestorDataMethod · 0.45
StageAdditionMethod · 0.45
PreChecksMethod · 0.45
ReplacementChecksMethod · 0.45
PackageRBFChecksMethod · 0.45
BOOST_FIXTURE_TEST_CASEFunction · 0.45
BOOST_FIXTURE_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by 3

BOOST_FIXTURE_TEST_CASEFunction · 0.36
BOOST_FIXTURE_TEST_CASEFunction · 0.36