Fix comment typo

This commit is contained in:
Michael Sproul
2022-08-11 17:17:58 +10:00
parent 8d757bb319
commit ab51dae1b8

View File

@@ -3,7 +3,7 @@ use ssz_derive::{Decode, Encode};
/// Serialized `AttestationData` augmented with a domain to encode the fork info.
///
/// [DEPRECATED] To be removed once all nodes have updated to schema v11.
/// [DEPRECATED] To be removed once all nodes have updated to schema v12.
#[derive(
PartialEq, Eq, Clone, Hash, Debug, PartialOrd, Ord, Encode, Decode, Serialize, Deserialize,
)]