[#POST_CHANGE_COST] = POST_CHANGE_COST :mrdocs: How much work we ask TxGraph to do after a mempool change occurs (either due to a changeset being applied, a new block being found, or a reorg). == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr uint64_t POST_CHANGE_COST = 5 * ACCEPTABLE_COST; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#