MCPcopy Create free account
hub / github.com/LUX-Core/lux / GetModifiedFee

Method GetModifiedFee

src/txmempool.h:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 unsigned int GetHeight() const { return entryHeight; }
139 int64_t GetSigOpCost() const { return sigOpCost; }
140 int64_t GetModifiedFee() const { return nFee + feeDelta; }
141 size_t DynamicMemoryUsage() const { return nUsageSize; }
142 const LockPoints& GetLockPoints() const { return lockPoints; }
143 bool WasClearAtEntry() const { return hadNoDependencies; }

Callers 11

operator()Method · 0.45
UseDescendantScoreMethod · 0.45
operator()Method · 0.45
AddToBlockMethod · 0.45
UpdateForDescendantsMethod · 0.45
UpdateAncestorsOfMethod · 0.45
checkMethod · 0.45
GetInfoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected