Skip to content

Commit 969bba4

Browse files
committed
revert
1 parent 00ed166 commit 969bba4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

consensus/types/src/fork_versioned_response.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ impl std::fmt::Display for ForkVersionDeserializeError {
3434
}
3535
}
3636

37-
pub type ForVersionResponseError = Box<dyn StdError + Send + Sync>;
38-
3937
pub trait ForkVersionDecode: Sized {
4038
/// SSZ decode with explicit fork variant.
4139
fn from_ssz_bytes_by_fork(bytes: &[u8], fork_name: ForkName) -> Result<Self, ssz::DecodeError>;

0 commit comments

Comments
 (0)