Skip to content

Commit

Permalink
Remove reference to merged PR
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Sep 18, 2020
1 parent f914db4 commit b18fc1c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions common/eth2/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,6 @@ pub struct AttesterData {
pub pubkey: PublicKeyBytes,
#[serde(with = "serde_utils::quoted_u64")]
pub validator_index: u64,
/// Note: this field did not exist in the API spec at the time of writing, however I have made
/// a PR to have it included:
///
/// https://github.com/ethereum/eth2.0-APIs/pull/81
#[serde(with = "serde_utils::quoted_u64")]
pub committees_at_slot: u64,
#[serde(with = "serde_utils::quoted_u64")]
Expand Down

0 comments on commit b18fc1c

Please sign in to comment.