Skip to content

Commit b4477e4

Browse files
kwvgUdjinM6
andcommitted
trivial: don't print fDisableGovernance value anymore
Co-authored-by: UdjinM6 <[email protected]>
1 parent a42370d commit b4477e4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/init.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,10 +1459,7 @@ bool AppInitParameterInteraction(const ArgsManager& args)
14591459
}
14601460
}
14611461

1462-
const bool is_governance_enabled{!args.GetBoolArg("-disablegovernance", !DEFAULT_GOVERNANCE_ENABLE)};
1463-
LogPrintf("fDisableGovernance %d\n", !is_governance_enabled);
1464-
1465-
if (!is_governance_enabled) {
1462+
if (args.GetBoolArg("-disablegovernance", !DEFAULT_GOVERNANCE_ENABLE)) {
14661463
InitWarning(_("You are starting with governance validation disabled.") +
14671464
(fPruneMode ?
14681465
Untranslated(" ") + _("This is expected because you are running a pruned node.") :

0 commit comments

Comments
 (0)