Open cryptozeny opened 6 years ago
https://github.com/bitzenyPlus/BitZenyPlus/blob/31e94151a95592fd867b394813673a3353e0a342/src/chainparams.cpp#L87
consensus.nRuleChangeActivationThreshold = 13440; // 95% consensus.nMinerConfirmationWindow = 13440; // nPowTargetTimespan / nPowTargetSpacing
i think it's not 95% but 100%. threshold == window
100%
threshold == window
its not an actual problem but a wrong comment.
this wrong comment is already fixed, but not completely resolved. so I do not close until this issue is completely cleared.
https://github.com/bitzenyPlus/BitZenyPlus/blob/31e94151a95592fd867b394813673a3353e0a342/src/chainparams.cpp#L87
i think it's not 95% but
100%
.threshold == window
its not an actual problem but a wrong comment.