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

Method GetModifiedFee

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

Source from the content-addressed store, hash-verified

103 unsigned int GetHeight() const { return entryHeight; }
104 int64_t GetSigOpCost() const { return sigOpCost; }
105 int64_t GetModifiedFee() const { return nFee + feeDelta; }
106 size_t DynamicMemoryUsage() const { return nUsageSize; }
107 const LockPoints& GetLockPoints() const { return lockPoints; }
108

Callers 12

GetModFeeAndSizeMethod · 0.45
GetModFeeAndSizeMethod · 0.45
AddToBlockMethod · 0.45
UpdateForDescendantsMethod · 0.45
UpdateAncestorsOfMethod · 0.45
checkMethod · 0.45
GetInfoFunction · 0.45
AcceptToMemoryPoolWorkerFunction · 0.45
blockchain.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected