mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 19:51:47 +00:00
Renamed some functions, trying to get beaconnode attestation stuff to work.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user