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
Branch
bitcoindCheckpointsLog
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5123
Build 8309: Bitcoin ABC Buildbot (legacy)
Build 8308: arc lint + arc unit