Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary Felt to Protobuf wiring
Browse files Browse the repository at this point in the history
ljoss17 committed Jan 10, 2025
1 parent 7467f31 commit 70009d7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -33,7 +33,6 @@ use ibc::primitives::Timestamp;
use ibc_client_starknet_types::encoding::components::StarknetLightClientEncodingComponents;
use ibc_client_starknet_types::header::StarknetHeader;
use prost_types::Any;
use starknet::core::types::Felt;

use crate::types::client_state::{
ConvertWasmStarknetClientState, StarknetClientState, WasmStarknetClientState,
@@ -122,7 +121,6 @@ delegate_components! {
(ViaProtobuf, StarknetHeader),
(ViaProtobuf, CommitmentRoot),
(ViaProtobuf, Timestamp),
(ViaProtobuf, Felt)
]:
StarknetLightClientEncodingComponents,
}

0 comments on commit 70009d7

Please sign in to comment.