mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
trivial: don't print fDisableGovernance
value anymore
Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
This commit is contained in:
parent
a42370df93
commit
b4477e409c
@ -1459,10 +1459,7 @@ bool AppInitParameterInteraction(const ArgsManager& args)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const bool is_governance_enabled{!args.GetBoolArg("-disablegovernance", !DEFAULT_GOVERNANCE_ENABLE)};
|
if (args.GetBoolArg("-disablegovernance", !DEFAULT_GOVERNANCE_ENABLE)) {
|
||||||
LogPrintf("fDisableGovernance %d\n", !is_governance_enabled);
|
|
||||||
|
|
||||||
if (!is_governance_enabled) {
|
|
||||||
InitWarning(_("You are starting with governance validation disabled.") +
|
InitWarning(_("You are starting with governance validation disabled.") +
|
||||||
(fPruneMode ?
|
(fPruneMode ?
|
||||||
Untranslated(" ") + _("This is expected because you are running a pruned node.") :
|
Untranslated(" ") + _("This is expected because you are running a pruned node.") :
|
||||||
|
Loading…
Reference in New Issue
Block a user