Skip to content

Commit

Permalink
chore: adding comment to 29-fee OnChanUpgradeOpen callback (#4123)
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan committed Jul 19, 2023
1 parent 82ea953 commit dcc004f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/apps/29-fee/ibc_middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ func (im IBCMiddleware) OnChanUpgradeAck(ctx sdk.Context, portID, channelID, cou

// OnChanUpgradeOpen implements the IBCModule interface
func (im IBCMiddleware) OnChanUpgradeOpen(ctx sdk.Context, portID, channelID string) {
// call underlying app's OnChanUpgradeOpen callback.
im.app.OnChanUpgradeOpen(ctx, portID, channelID)
}

Expand Down

0 comments on commit dcc004f

Please sign in to comment.