Merge bitcoin/bitcoin#35852: scripted-diff: Use inline const(expr) over static constexpr in headers
This is a large but purely mechanical code cleanup in Bitcoin Core. It changes how constants are declared in header files from older C++ styles (static const, static constexpr) to the modern C++17 inline constexpr/inline const form. The pu…
dec68f99by merge-script+440−440102 files