Skip to content

Commit

Permalink
rm diff onChanUpgradeTry
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan committed Jul 5, 2023
1 parent 9907ea9 commit 391d44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apps/29-fee/ibc_middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ func (im IBCMiddleware) OnChanUpgradeInit(ctx sdk.Context, portID, channelID str

// OnChanUpgradeTry implement s the IBCModule interface
func (im IBCMiddleware) OnChanUpgradeTry(ctx sdk.Context, portID, channelID string, order channeltypes.Order, connectionHops []string, counterpartyVersion string) (string, error) {
return counterpartyVersion, nil
return im.app.OnChanUpgradeTry(ctx, portID, channelID, order, connectionHops, counterpartyVersion)
}

// OnChanUpgradeAck implements the IBCModule interface
Expand Down

0 comments on commit 391d44b

Please sign in to comment.