Skip to content

Commit

Permalink
Update modules/core/ante/ante.go
Browse files Browse the repository at this point in the history
Co-authored-by: colin axnér <[email protected]>
  • Loading branch information
damiannolan and colin-axner authored May 21, 2024
1 parent b303538 commit 2ff6f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/ante/ante.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func (rrd RedundantRelayDecorator) updateClientCheckTx(ctx sdk.Context, msg *cli
}
}

// NOTE: the following avoids panics in ante handler client updates for ibc-go v7.4.x
// NOTE: the following avoids panics in ante handler client updates for ibc-go v7.5.x
// without state machine breaking changes within light client modules.
switch clientMsg.(type) {
case *solomachine.Misbehaviour:
Expand Down

0 comments on commit 2ff6f2b

Please sign in to comment.