slight bug fix

This commit is contained in:
Agnish Ghosh 2024-10-13 01:52:37 +05:30
parent 3b4e72c9e4
commit 622cd0b087
No known key found for this signature in database
GPG Key ID: 7BDDA05D1B25E9F8
1 changed files with 2 additions and 1 deletions

View File

@ -406,7 +406,8 @@ proc processDataColumnSidecar*(
elif self.dataColumnQuarantine[].hasEnoughDataColumns(forkyBlck):
let
columns = self.dataColumnQuarantine[].gatherDataColumns(forkyBlck)
if columns.len >= (NUMBER_OF_COLUMNS div 2) and quarantine.supernode:
if columns.len >= (NUMBER_OF_COLUMNS div 2) and
self.dataColumnQuarantine[].supernode:
let
reconstructed_columns =
self.processReconstructionFromGossip(forkyBlck, columns)