diff --git a/ethportal-api/src/types/content_key/state.rs b/ethportal-api/src/types/content_key/state.rs index cf2c998b9..cf5b74a4f 100644 --- a/ethportal-api/src/types/content_key/state.rs +++ b/ethportal-api/src/types/content_key/state.rs @@ -92,18 +92,6 @@ impl OverlayContentKey for StateContentKey { } } -impl From<&StateContentKey> for RawContentKey { - fn from(val: &StateContentKey) -> Self { - val.to_bytes() - } -} - -impl From for RawContentKey { - fn from(val: StateContentKey) -> Self { - val.to_bytes() - } -} - impl TryFrom for StateContentKey { type Error = ContentKeyError; fn try_from(value: RawContentKey) -> Result {