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

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.
///
/// Spec v0.4.0
/// Spec v0.5.0
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize, Encode, Decode, TreeHash, TestRandom)]
pub struct PendingAttestation {
pub aggregation_bitfield: Bitfield,