From cdd2c73dd97fed5546ea4dc6ecece6d2d2a56bbc Mon Sep 17 00:00:00 2001 From: Galoretka Date: Fri, 9 Jan 2026 13:01:45 +0200 Subject: [PATCH] cl/das: remove unused local DataColumnsByRootIdentifier type --- cl/das/p2p_utils.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cl/das/p2p_utils.go b/cl/das/p2p_utils.go index b423c7047d6..fac595aecb8 100644 --- a/cl/das/p2p_utils.go +++ b/cl/das/p2p_utils.go @@ -21,11 +21,6 @@ const ( KZG_COMMITMENTS_INCLUSION_PROOF_DEPTH = 4 ) -type DataColumnsByRootIdentifier struct { - BlockRoot common.Hash - Columns []cltypes.ColumnIndex -} - // VerifyDataColumnSidecar verifies if the data column sidecar is valid according to protocol rules. // This function is re-entrant and thread-safe. func VerifyDataColumnSidecar(sidecar *cltypes.DataColumnSidecar) bool {