We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba7b343 commit 97fab10Copy full SHA for 97fab10
beacon_chain/sync/column_syncer.nim
@@ -91,7 +91,7 @@ type
91
NetRes[List[ref ForkedSignedBeaconBlock, Limit MAX_REQUEST_BLOCKS]]
92
93
DataColumnSidecarsRes =
94
- NetRes[List[ref DataColumnSidecar, Limit(MAX_REQUEST_BLOB_SIDECARS_ELECTRA)]]
+ NetRes[List[ref DataColumnSidecar, Limit(NUMBER_OF_COLUMNS)]]
95
96
proc now*(cst: typedesc[ColumnSyncTimestamp],
97
slots: uint64):
0 commit comments