strangely disable this line makes it go away :)

This commit is contained in:
Agnish Ghosh 2024-07-02 03:15:25 +05:30
parent 3b1f5b48dd
commit 9325423a6b
No known key found for this signature in database
GPG Key ID: 7BDDA05D1B25E9F8
1 changed files with 1 additions and 1 deletions

View File

@ -579,7 +579,7 @@ proc syncStep[A, B](man: SyncManager[A, B], index: int, peer: A)
request = req
return
let groupedDataColumns = groupDataColumns(req, blockData, dataColumnData)
if groupedDataColumns.isErr:
if groupedDataColumns.isErr():
peer.updateScore(PeerScoreNoValues)
man.queue.push(req)
# info "Received data columns is inconsistent",