mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 17:26:04 +00:00
Fix comment typo
This commit is contained in:
@@ -3,7 +3,7 @@ use ssz_derive::{Decode, Encode};
|
|||||||
|
|
||||||
/// Serialized `AttestationData` augmented with a domain to encode the fork info.
|
/// 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(
|
#[derive(
|
||||||
PartialEq, Eq, Clone, Hash, Debug, PartialOrd, Ord, Encode, Decode, Serialize, Deserialize,
|
PartialEq, Eq, Clone, Hash, Debug, PartialOrd, Ord, Encode, Decode, Serialize, Deserialize,
|
||||||
)]
|
)]
|
||||||
|
|||||||
Reference in New Issue
Block a user