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

Method operator()

src/txmempool.cpp:38–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 {}
37
38 void operator() (CTxMemPoolEntry &e)
39 { e.UpdateDescendantState(modifySize, modifyFee, modifyCount); }
40
41 private:
42 int64_t modifySize;

Callers

nothing calls this directly

Calls 1

UpdateDescendantStateMethod · 0.80

Tested by

no test coverage detected