mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-08 22:51:11 +00:00
Previously the SCRIPT_VERIFY_* flags were specified as either uint32_t, unsigned int, or unsigned. This converts them to a common type alias in preparation for changing the underlying type.