2595 | @@ -2596,13 +2596,13 @@ void static UpdateTip(CBlockIndex *pindexNew, const CChainParams& chainParams) {
2596 | ThresholdState state = checker.GetStateFor(pindex, chainParams.GetConsensus(), warningcache[bit]);
2597 | if (state == THRESHOLD_ACTIVE || state == THRESHOLD_LOCKED_IN) {
2598 | if (state == THRESHOLD_ACTIVE) {
2599 | - strMiscWarning = strprintf(_("Warning: unknown new rules activated (versionbit %i)"), bit);
2600 | + strMiscWarning = strprintf(_("Warning: unknown new rules activated (version bit %i)"), bit);
p2p-versionbits-warning.py has to be adapter to this change 8)
self.vb_pattern = re.compile("^Warning.*versionbit")