style: clang suggestion

Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
This commit is contained in:
Konstantin Akimov 2024-11-27 20:14:44 +07:00 committed by GitHub
parent c6bb9a5685
commit 9ceba88cdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,8 @@ CMNHFManager::Signals CMNHFManager::GetSignalsStage(const CBlockIndex* const pin
if (deployment.bit != signal.first) continue; if (deployment.bit != signal.first) continue;
if (signal_time < deployment.nStartTime) { if (signal_time < deployment.nStartTime) {
// new deployment is using the same bit as the old one // new deployment is using the same bit as the old one
LogPrintf("CMNHFManager::GetSignalsStage: mnhf signal bit=%d height:%d is expired at height=%d\n", signal.first, signal.second, height); LogPrintf("CMNHFManager::GetSignalsStage: mnhf signal bit=%d height:%d is expired at height=%d\n",
signal.first, signal.second, height);
expired = true; expired = true;
} }
} }