Add committee_len to attestation data

This commit is contained in:
Age Manning
2019-03-30 17:20:33 +11:00
5 changed files with 14 additions and 11 deletions

View File

@@ -3,6 +3,7 @@ mod beacon_node_attestation;
use std::sync::Arc;
use types::{BeaconBlock, ChainSpec, Domain, Fork, Slot};
use super::block_proposer::beacon_node_block::BeaconNodeError;
#[derive(Debug, PartialEq)]
pub enum Error {