prevent exact data column logging

This commit is contained in:
Agnish Ghosh 2024-08-26 13:02:19 +05:30
parent 3e0992e0be
commit 879a04d66a
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ type
func shortLog*(v: DataColumnSidecar): auto =
(
index: v.index,
data_column: v.column,
kzg_commitments: v.kzg_commitments.len,
kzg_proofs: v.kzg_proofs.len,
block_header: shortLog(v.signed_block_header.message),