MCPcopy Create free account
hub / github.com/ElementsProject/elements / operator()

Method operator()

src/txmempool.cpp:54–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 {}
53
54 void operator() (CTxMemPoolEntry &e)
55 { e.UpdateAncestorState(modifySize, modifyFee, modifyCount, modifySigOpsCost, discountSize); }
56
57 private:
58 int64_t modifySize;

Callers

nothing calls this directly

Calls 1

UpdateAncestorStateMethod · 0.80

Tested by

no test coverage detected