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

@@ -27,7 +27,7 @@ impl BeaconNode for AttestationGrpcClient {
let reply = self
.client
.produce_attestation(&req)
.produce_attestation_data(&req)
.map_err(|err| BeaconNodeError::RemoteFailure(format!("{:?}", err)))?;
// TODO: return correct Attestation