Skip to content

Commit

Permalink
rm ConsensusStateConverter
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Apr 28, 2024
1 parent 03552ce commit 950c43c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ibc-testkit/src/testapp/ibc/clients/mock/client_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,16 +151,6 @@ impl From<MockClientState> for Any {
}
}

pub trait ConsensusStateConverter:
TryInto<MockConsensusState, Error = ClientError> + From<MockConsensusState>
{
}

impl<C> ConsensusStateConverter for C where
C: TryInto<MockConsensusState, Error = ClientError> + From<MockConsensusState>
{
}

pub trait MockClientContext {
/// Returns the current timestamp of the local chain.
fn host_timestamp(&self) -> Result<Timestamp, ContextError>;
Expand Down

0 comments on commit 950c43c

Please sign in to comment.