Skip to content

Commit

Permalink
Add cosmos.msg.v1.service proto annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitys7 committed Oct 25, 2024
1 parent 2805667 commit 29cf831
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 2 additions & 0 deletions proto/multistaking/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import "cosmos_proto/cosmos.proto";
option go_package = "github.com/realiotech/multi-staking/x/multi-staking/types";

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

rpc UpdateMultiStakingParams(MsgUpdateMultiStakingParams)
returns (MsgUpdateMultiStakingParamsResponse);
}
Expand Down
17 changes: 9 additions & 8 deletions x/multi-staking/types/tx.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 29cf831

Please sign in to comment.