// Copyright (c) 2026-present The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_TEST_UTIL_VERSIONBITS_H #define BITCOIN_TEST_UTIL_VERSIONBITS_H #include /** Total possible bits available for versionbits per original BIP 9 specification */ static constexpr int VERSIONBITS_MAX_NUM_BITS{29}; #endif // BITCOIN_TEST_UTIL_VERSIONBITS_H