This commit enhances the readability of large numeric literals across various parts of the Bitcoin Core codebase by introducing thousands separators ('), leveraging the C++14 digit separator feature.
This readability enhancement follows the precedent set in various places within the Bitcoin Core codebase and aligns with ongoing efforts to improve code quality and developer experience: delimiters were already used in a few places, even in comments: <img alt="image" src="https://github.com/bitcoin/bitcoin/assets/1841944/997032db-3595-4f32-a17e-62ec9d3ded82">