remove serde

This commit is contained in:
Tan Chee Keong
2025-03-07 11:17:46 +08:00
parent 4518b46004
commit 8e0315d635

View File

@@ -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,