Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner committed Sep 18, 2024
1 parent ff5e5ff commit e7527b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ type TestChain struct {
// the new PrivValidator entry.
Signers map[string]cmttypes.PrivValidator

//TrustedValidators is a mapping used to obtain the validator set from which we can prove a header update.
// TrustedValidators is a mapping used to obtain the validator set from which we can prove a header update.
// It maps from a header height to the next validator set associated with that header.
TrustedValidators map[uint64]*cmttypes.ValidatorSet

Expand Down

0 comments on commit e7527b9

Please sign in to comment.