clusterlin: inline UpdateChunk into (De)Activate (optimization)
This commit is a routine code cleanup in Bitcoin Core's transaction-cluster linearization logic. It removes a helper function called UpdateChunk and copies its logic directly into the two places that used it (Activate and Deactivate). The …
d90f98abby Pieter Wuille+35−451 file