/
githubmirror
/
bitcoin
Обзор
Документация
Войти
/
githubmirror
/
bitcoin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/rpc/mining.h
13 строк
463 B
Sjors Provoost
refactor: have mining files include what they use
22 май 2026, 09:33
Не верифицирован
22 май 2026, 09:33
8c58f63
Код
Авторство
О чём код?
// Copyright (c) 2020-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_RPC_MINING_H #define BITCOIN_RPC_MINING_H #include <cstdint> /** Default max iterations to try in RPC generatetodescriptor, generatetoaddress, and generateblock. */ static const uint64_t DEFAULT_MAX_TRIES{1000000}; #endif // BITCOIN_RPC_MINING_H