Merge 7281fac2e0 into merged_master (Bitcoin PR bitcoin/bitcoin#25614)

This commit is contained in:
Byron Hambly 2024-11-26 11:22:35 +02:00
commit dad57e3dbf
10 changed files with 270 additions and 36 deletions

View file

@ -961,6 +961,7 @@ bool AppInitParameterInteraction(const ArgsManager& args, bool use_syscall_sandb
// ********************************************************* Step 3: parameter-to-internal-flags
init::SetLoggingCategories(args);
init::SetLoggingLevel(args);
fCheckBlockIndex = args.GetBoolArg("-checkblockindex", chainparams.DefaultConsistencyChecks());
fCheckpointsEnabled = args.GetBoolArg("-checkpoints", DEFAULT_CHECKPOINTS_ENABLED);