mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
style: clang suggestion
Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
This commit is contained in:
parent
c6bb9a5685
commit
9ceba88cdb
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user