Renamed some functions, trying to get beaconnode attestation stuff to work.

This commit is contained in:
Luke Anderson
2019-03-27 14:30:09 +11:00
parent 1584469b7c
commit c9a7977d69
4 changed files with 10 additions and 13 deletions

View File

@@ -33,7 +33,7 @@ service ValidatorService {
/// Service that handles validator attestations
service AttestationService {
rpc ProduceAttestation(ProduceAttestationDataRequest) returns (ProduceAttestationDataResponse);
rpc ProduceAttestationData(ProduceAttestationDataRequest) returns (ProduceAttestationDataResponse);
rpc PublishAttestation(PublishAttestationRequest) returns (PublishAttestationResponse);
}