From 8e0315d635c657cfa323e11a2c1bd77170db983d Mon Sep 17 00:00:00 2001 From: Tan Chee Keong Date: Fri, 7 Mar 2025 11:17:46 +0800 Subject: [PATCH] remove serde --- common/eth2/src/types.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/common/eth2/src/types.rs b/common/eth2/src/types.rs index 0a056ce671..d258b6a23d 100644 --- a/common/eth2/src/types.rs +++ b/common/eth2/src/types.rs @@ -949,7 +949,6 @@ pub struct PeerCount { } #[derive(Debug, Clone, PartialEq, Serialize, Deserialize)] -#[serde(rename = "")] pub struct BeaconCommitteeSelection { #[serde(with = "serde_utils::quoted_u64")] pub validator_index: u64,