Skip to content

Commit

Permalink
Merge branch '04-channel-upgrades' into jim/test_write_chan_open
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim authored Jul 19, 2023
2 parents 3de4d21 + dcc004f commit 9997847
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 9997847

Please sign in to comment.