Skip to content

Commit d98a811

Browse files
author
limxdev
committed
Update validation.cpp
1 parent c05e5f9 commit d98a811

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/validation.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2375,7 +2375,7 @@ void static UpdateTip(const CBlockIndex *pindexNew, const CChainParams& chainPar
23752375
if (state == ThresholdState::ACTIVE || state == ThresholdState::LOCKED_IN) {
23762376
const std::string strWarning = strprintf(_("Warning: unknown new rules activated (versionbit %i)"), bit);
23772377
if (state == ThresholdState::ACTIVE) {
2378-
DoWarning(strWarning);
2378+
//DoWarning(strWarning);
23792379
} else {
23802380
AppendWarning(warningMessages, strWarning);
23812381
}
@@ -2395,7 +2395,7 @@ void static UpdateTip(const CBlockIndex *pindexNew, const CChainParams& chainPar
23952395
{
23962396
std::string strWarning = _("Warning: Unknown block versions being mined! It's possible unknown rules are in effect");
23972397
// notify GetWarnings(), called by Qt and the JSON-RPC code to warn the user:
2398-
DoWarning(strWarning);
2398+
//DoWarning(strWarning);
23992399
}
24002400
}
24012401
LogPrintf("%s: new best=%s height=%d version=0x%08x log2_work=%.8g tx=%lu date='%s' progress=%f cache=%.1fMiB(%utxo)", __func__, /* Continued */

0 commit comments

Comments
 (0)