Skip to content

Commit

Permalink
Update src/chainparams.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: UdjinM6 <[email protected]>
  • Loading branch information
knst and UdjinM6 authored Aug 17, 2023
1 parent 53e88e6 commit 0344cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ bool CChainParams::UpdateMNActivationParam(int nBit, int height, int64_t timePas
if (consensus.vDeployments[index].bit == nBit) {
auto& deployment = consensus.vDeployments[index];
if (timePast > deployment.nTimeout) {
LogPrintf("%s: activation by bit=%d time-outed at height=%d\n", __func__, nBit, height);
LogPrintf("%s: activation by bit=%d for deployment %s timed out at height=%d\n", __func__, nBit, VersionBitsDeploymentInfo[Consensus::DeploymentPos(index)].name, height);
continue;
}
if (deployment.nMNActivationHeight < 0) {
Expand Down

0 comments on commit 0344cb9

Please sign in to comment.