lint: remove /* Continued */ markers from codebase

This commit is contained in:
fanquake 2023-07-27 14:14:18 +01:00
parent 910007995d
commit 0a1029aa29
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1
7 changed files with 16 additions and 16 deletions

View file

@ -3048,7 +3048,7 @@ bool PeerManagerImpl::PrepareBlockFilterRequest(CNode& node, Peer& peer,
uint32_t stop_height = stop_index->nHeight;
if (start_height > stop_height) {
LogPrint(BCLog::NET, "peer %d sent invalid getcfilters/getcfheaders with " /* Continued */
LogPrint(BCLog::NET, "peer %d sent invalid getcfilters/getcfheaders with "
"start height %d and stop height %d\n",
node.GetId(), start_height, stop_height);
node.fDisconnect = true;