Skip to content

Commit

Permalink
Added activation with bip is locked in
Browse files Browse the repository at this point in the history
  • Loading branch information
blondfrogs committed Jul 6, 2020
1 parent 787d4c0 commit 9c8fbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5715,7 +5715,7 @@ bool AreEnforcedValuesDeployed()
return true;

const ThresholdState thresholdState = VersionBitsTipState(GetParams().GetConsensus(), Consensus::DEPLOYMENT_ENFORCE_VALUE);
if (thresholdState == THRESHOLD_ACTIVE)
if (thresholdState == THRESHOLD_ACTIVE || thresholdState == THRESHOLD_LOCKED_IN)
fEnforcedValuesIsActive = true;

return fEnforcedValuesIsActive;
Expand Down

0 comments on commit 9c8fbc0

Please sign in to comment.