|
consensus.nRuleChangeActivationThreshold = 13440; // 95% |
consensus.nRuleChangeActivationThreshold = 13440; // 95%
consensus.nMinerConfirmationWindow = 13440; // nPowTargetTimespan / nPowTargetSpacing
i think it's not 95% but 100%. threshold == window
its not an actual problem but a wrong comment.
BitZenyPlus/src/chainparams.cpp
Line 87 in 31e9415
i think it's not 95% but
100%.threshold == windowits not an actual problem but a wrong comment.