Skip to content

Commit

Permalink
Remove unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Jun 28, 2022
1 parent c3d04bd commit b7bee40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion beacon_node/beacon_chain/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ easy_from_to!(BlockReplayError, BeaconChainError);

#[derive(Debug)]
pub enum BlockProductionError {
UnableToGetHeadInfo(BeaconChainError),
UnableToGetBlockRootFromState,
UnableToReadSlot,
UnableToProduceAtSlot(Slot),
Expand Down

0 comments on commit b7bee40

Please sign in to comment.