/
githubmirror
/
bitcoin
Обзор
Документация
Войти
/
githubmirror
/
bitcoin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/util/versionbits.h
13 строк
485 B
Anthony Towns
versionbits: Limit live activation params and activation warnings per BIP323
01 июн 2026, 16:50
01 июн 2026, 16:50
f802edf
Код
Авторство
О чём код?
// 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 <versionbits.h> /** 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