diff --git a/mod/primitives/pkg/eip4844/kzg_commitment.go b/mod/primitives/pkg/eip4844/kzg_commitment.go index ce5329268e..05da6d187a 100644 --- a/mod/primitives/pkg/eip4844/kzg_commitment.go +++ b/mod/primitives/pkg/eip4844/kzg_commitment.go @@ -26,7 +26,6 @@ import ( "github.com/berachain/beacon-kit/mod/primitives/pkg/bytes" "github.com/berachain/beacon-kit/mod/primitives/pkg/constants" "github.com/berachain/beacon-kit/mod/primitives/pkg/crypto/sha256" - "github.com/prysmaticlabs/gohashtree" )