Skip to content

Commit

Permalink
add missing proto annotation
Browse files Browse the repository at this point in the history
service icq.v1.Msg does not have cosmos.msg.v1.service proto annotation
service packetforward.v1.Msg does not have cosmos.msg.v1.service proto annotation
  • Loading branch information
beer-1 authored Jan 24, 2024
1 parent b152a63 commit f46caf0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ option go_package = "github.com/cosmos/ibc-apps/middleware/packet-forward-middle

// Msg defines the Msg service.
service Msg {
option (cosmos.msg.v1.service) = true;

// UpdateParams defines a governance operation for updating the x/packetforward module
// parameters. The authority is hard-coded to the x/gov module account.
//
Expand Down

0 comments on commit f46caf0

Please sign in to comment.