Skip to content

Commit

Permalink
Update testing/chain.go
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner authored Feb 12, 2024
1 parent 5c7f72b commit 327e8a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@ func (chain *TestChain) GetConsensusState(clientID string, height exported.Heigh
return chain.App.GetIBCKeeper().ClientKeeper.GetClientConsensusState(chain.GetContext(), clientID, height)
}

// GetTrustedValidators will return the trusted validator set of the chain for the given trusted height. It will return
// a success boolean depending on if the validator set exists or not at that height.
// GetTrustedValidators will return the trusted validator set of the chain for the given trusted height. Otherwise
// it will return an error.

Check failure on line 403 in testing/chain.go

View workflow job for this annotation

GitHub Actions / lint

File is not `gci`-ed with --skip-generated -s standard -s default -s blank -s dot -s prefix(cosmossdk.io) -s prefix(github.com/cosmos/cosmos-sdk) -s prefix(github.com/cometbft/cometbft) -s prefix(github.com/cosmos/ibc-go) --custom-order (gci)
func (chain *TestChain) GetTrustedValidators(trustedHeight int64) (*cmttypes.ValidatorSet, error) {
// historical information does not store the validator set which committed the header at
// height h. During BeginBlock, it stores the last updated validator set. This is equivalent to
Expand Down

0 comments on commit 327e8a8

Please sign in to comment.