Update src/chainparams.cpp

Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
This commit is contained in:
Konstantin Akimov 2023-09-11 16:00:59 +07:00 committed by PastaPastaPasta
parent df4c366e6b
commit 5d9085f8cb

View File

@ -125,7 +125,7 @@ bool CChainParams::UpdateMNActivationParam(int nBit, int height, int64_t timePas
return true; return true;
} }
} }
LogPrintf("%s: not found MnEHF fork bit=%d\n", __func__, nBit); LogPrintf("%s: WARNING: unknown MnEHF fork bit=%d\n", __func__, nBit);
return true; return true;
} }