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 d3575c4 commit 1512480
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion basecoin/modules/src/ibc/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,9 @@ where

fn validate_self_client(
&self,
_counterparty_client_state: Self::HostClientState,
_counterparty_client_state: Self::ClientStateWrapperAtAnyCounterParty<
Self::HostClientState,
>,
) -> Result<(), ContextError> {
Ok(())
}
Expand Down

0 comments on commit 1512480

Please sign in to comment.