mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 23:04:26 +00:00
prevent exact data column logging
This commit is contained in:
parent
3e0992e0be
commit
879a04d66a
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user