validator_client: IndexedAttestation rename

This commit is contained in:
Michael Sproul
2019-05-13 17:21:17 +10:00
parent 92e88b1b75
commit bc03e14943
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ pub enum ValidatorEvent {
/// A block was not produced as it would have been slashable.
SlashableBlockNotProduced(Slot),
/// An attestation was not produced as it would have been slashable.
SlashableAttestationNotProduced(Slot),
IndexedAttestationNotProduced(Slot),
/// The Beacon Node was unable to produce a block at that slot.
BeaconNodeUnableToProduceBlock(Slot),
/// The signer failed to sign the message.