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

Method GetModFeesWithAncestors

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

Source from the content-addressed store, hash-verified

47
48 CAmount GetModifiedFee() const { return fee_individual; }
49 CAmount GetModFeesWithAncestors() const { return fee_with_ancestors; }
50 int64_t GetTxSize() const { return vsize_individual; }
51 int64_t GetSizeWithAncestors() const { return vsize_with_ancestors; }
52 const CTransaction& GetTx() const LIFETIMEBOUND { return *tx; }

Callers 4

operator()Method · 0.80
DeleteAncestorPackageMethod · 0.80
BuildMockTemplateMethod · 0.80
CalculateBumpFeesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected