Fast-forward PendingAttestation to v0.5.0

This commit is contained in:
Paul Hauner 2019-03-15 15:51:57 +11:00
parent 4ffdfbc993
commit 142aaae8ce
No known key found for this signature in database
GPG Key ID: D362883A9218FCC6

View File

@ -7,7 +7,7 @@ use test_random_derive::TestRandom;
/// An attestation that has been included in the state but not yet fully processed. /// An attestation that has been included in the state but not yet fully processed.
/// ///
/// Spec v0.4.0 /// Spec v0.5.0
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize, Encode, Decode, TreeHash, TestRandom)] #[derive(Debug, Clone, PartialEq, Serialize, Deserialize, Encode, Decode, TreeHash, TestRandom)]
pub struct PendingAttestation { pub struct PendingAttestation {
pub aggregation_bitfield: Bitfield, pub aggregation_bitfield: Bitfield,