Skip to content

Commit

Permalink
associated type for client state wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed May 24, 2024
1 parent 8d67dc2 commit 929d30f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions basecoin/modules/src/ibc/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ where
type V = Self;
type HostClientState = TmClientState;
type HostConsensusState = TmConsensusState;
type ClientStateWrapperAtAnyCounterParty<CS> = CS;

fn get_client_validation_context(&self) -> &Self::V {
self
Expand Down

0 comments on commit 929d30f

Please sign in to comment.