Skip to content

Commit

Permalink
nit on trait method types
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed May 24, 2024
1 parent 2c6eb75 commit 67841b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ibc-testkit/src/testapp/ibc/core/core_ctx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ where

fn validate_self_client(
&self,
client_state_of_host_on_counterparty: Self::HostClientState,
client_state_of_host_on_counterparty: Self::ClientStateWrapperAtAnyCounterParty<
Self::HostClientState,
>,
) -> Result<(), ContextError> {
if client_state_of_host_on_counterparty.is_frozen() {
return Err(ClientError::ClientFrozen {
Expand Down

0 comments on commit 67841b3

Please sign in to comment.