Fast-forward some unchanged types to v0.5.0

This commit is contained in:
Paul Hauner 2019-03-15 16:02:23 +11:00
parent dc2755c4ea
commit 77db79900e
No known key found for this signature in database
GPG Key ID: D362883A9218FCC6
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ use test_random_derive::TestRandom;
/// Details an attestation that can be slashable. /// Details an attestation that can be slashable.
/// ///
/// Spec v0.4.0 /// Spec v0.5.0
#[derive( #[derive(
Debug, Debug,
Clone, Clone,

View File

@ -6,7 +6,7 @@ use test_random_derive::TestRandom;
/// Two conflicting attestations. /// Two conflicting attestations.
/// ///
/// Spec v0.4.0 /// Spec v0.5.0
#[derive(Debug, PartialEq, Clone, Serialize, Deserialize, Encode, Decode, TreeHash, TestRandom)] #[derive(Debug, PartialEq, Clone, Serialize, Deserialize, Encode, Decode, TreeHash, TestRandom)]
pub struct AttesterSlashing { pub struct AttesterSlashing {
pub slashable_attestation_1: SlashableAttestation, pub slashable_attestation_1: SlashableAttestation,