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

Method GetDiscountTxSize

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

Source from the content-addressed store, hash-verified

52 CAmount GetModFeesWithAncestors() const { return nModFeesWithAncestors; }
53 size_t GetTxSize() const { return iter->GetTxSize(); }
54 size_t GetDiscountTxSize() const { return iter->GetDiscountTxSize(); }
55 const CTransaction& GetTx() const { return iter->GetTx(); }
56
57 CTxMemPool::txiter iter;

Callers 2

operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected