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

@@ -6,7 +6,7 @@ use protos::services::{
ProduceAttestationDataResponse, PublishAttestationRequest, PublishAttestationResponse,
};
use protos::services_grpc::AttestationService;
use slog::{error, info, trace, warn, Logger};
use slog::{error, info, trace, warn};
use ssz::{ssz_encode, Decodable};
use std::sync::Arc;
use types::Attestation;