Add committe_len to gRPC parameters

This commit is contained in:
Age Manning
2019-03-31 00:34:35 +11:00
parent 4fb95d06d1
commit ee693fb3e3
4 changed files with 4 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ impl BeaconNodeDuties for ValidatorServiceClient {
slot: Slot::from(active_duty.get_attestation_slot()),
shard: active_duty.get_attestation_shard(),
committee_index: active_duty.get_committee_index() as usize,
committee_len: 10,
committee_len: active_duty.get_committee_len() as usize,
};
let epoch_duty = EpochDuty {