Merge 891e4bf374 into merged_master (Bitcoin PR bitcoin/bitcoin#28339)

This commit is contained in:
ikripaka 2026-02-26 12:59:57 +00:00
commit 6bee2dd79d
No known key found for this signature in database
8 changed files with 73 additions and 19 deletions

View file

@ -33,7 +33,7 @@ namespace kernel {
struct ChainstateManagerOpts {
const CChainParams& chainparams;
fs::path datadir;
std::optional<bool> check_block_index{};
std::optional<int32_t> check_block_index{};
bool checkpoints_enabled{DEFAULT_CHECKPOINTS_ENABLED};
//! If set, it will override the minimum work we will assume exists on some valid chain.
std::optional<arith_uint256> minimum_chain_work{};