mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 19:51:47 +00:00
Merged age-validator-client into luke's changes on validator_client, and fixed all the merge conflicts.
This commit is contained in:
@@ -90,8 +90,7 @@ impl<B: BeaconNode, W: Signer> Attester<B, W> {
|
||||
aggregate_signature: agg_sig,
|
||||
};
|
||||
|
||||
self.beacon_node
|
||||
.publish_attestation(attestation)?;
|
||||
self.beacon_node.publish_attestation(attestation)?;
|
||||
Ok(PollOutcome::AttestationProduced(attestation_duty.slot))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user