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

Method GetModifiedFee

src/node/miner.h:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 CAmount GetModifiedFee() const { return iter->GetModifiedFee(); }
50 uint64_t GetSizeWithAncestors() const { return nSizeWithAncestors; }
51 uint64_t GetDiscountSizeWithAncestors() const { return discountSizeWithAncestors; }
52 CAmount GetModFeesWithAncestors() const { return nModFeesWithAncestors; }

Callers 4

PaysMoreThanConflictsFunction · 0.45
blockchain.cppFile · 0.45
AddToBlockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected