bitzenyPlus / BitZenyPlus

[in progress] BitZeny Plus integration/staging tree created by the New Dev team
https://bitzeny.tech/
MIT License
11 stars 3 forks source link

wrong comment on nRuleChangeActivationThreshold #41

Open cryptozeny opened 6 years ago

cryptozeny commented 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

its not an actual problem but a wrong comment.

cryptozeny commented 5 years ago

this wrong comment is already fixed, but not completely resolved. so I do not close until this issue is completely cleared.