Page MenuHomePhabricator

Added LogPrintf() calls to indicate state of fCheckpointsEnabled/the -checkpoints option.
ClosedPublic

Authored by nakihito on Mar 2 2019, 02:42.

Details

Summary

Added LogPrintf() statements to indicate whether -checkpoints is set to on or off.

Test Plan

ibd.sh -checkpoints=0 should output a line to debug.log stating checkpoints will not be verified.
ibd.sh -checkpoints=1 should output a line to debug.log stating checkpoints will be verified.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable