Skip to content

Commit e57504e

Browse files
Update modules/light-clients/07-tendermint/update.go
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
1 parent b777fee commit e57504e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/light-clients/07-tendermint/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func (cs *ClientState) verifyHeader(
135135
func (cs ClientState) UpdateState(ctx sdk.Context, cdc codec.BinaryCodec, clientStore storetypes.KVStore, clientMsg exported.ClientMessage) []exported.Height {
136136
header, ok := clientMsg.(*Header)
137137
if !ok {
138-
// clientMsg is invalid Misbehaviour and handler should noop
138+
// clientMsg is invalid Misbehaviour, no update necessary
139139
return []exported.Height{}
140140
}
141141

0 commit comments

Comments
 (0)