File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ struct ChainstateManagerOpts {
31
31
std::optional<bool > check_block_index{};
32
32
bool checkpoints_enabled{DEFAULT_CHECKPOINTS_ENABLED};
33
33
// ! If set, it will override the minimum work we will assume exists on some valid chain.
34
- std::optional<arith_uint256> minimum_chain_work;
34
+ std::optional<arith_uint256> minimum_chain_work{} ;
35
35
// ! If set, it will override the block hash whose ancestors we will assume to have valid scripts without checking them.
36
- std::optional<uint256> assumed_valid_block;
36
+ std::optional<uint256> assumed_valid_block{} ;
37
37
// ! If the tip is older than this, the node is considered to be in initial block download.
38
38
std::chrono::seconds max_tip_age{DEFAULT_MAX_TIP_AGE};
39
39
};
You can’t perform that action at this time.
0 commit comments