Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release/v3.4.x: bump to SDK v0.45.10 #2589

Merged
merged 9 commits into from
Nov 3, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'release/v3.4.x' into release/v3.4.x
  • Loading branch information
faddat authored Oct 27, 2022
commit 44a1fa80dc70156de73f21aba4086eb8d30ce6b7
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ func (k Keeper) RegisterInterchainAccount(ctx sdk.Context, connectionID, owner s

msg := channeltypes.NewMsgChannelOpenInit(portID, version, channeltypes.ORDERED, []string{connectionID}, icatypes.PortID, authtypes.NewModuleAddress(icatypes.ModuleName).String())


msg := channeltypes.NewMsgChannelOpenInit(portID, string(versionBytes), channeltypes.ORDERED, []string{connectionID}, icatypes.PortID, authtypes.NewModuleAddress(icatypes.ModuleName).String())
handler := k.msgRouter.Handler(msg)

res, err := handler(ctx, msg)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.