Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
affanv14 committed Sep 26, 2024
1 parent 7c64ff5 commit 6c1af8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface Msg {
*/

setMarketMapperRevShareDetailsForMarket(request: MsgSetMarketMapperRevShareDetailsForMarket): Promise<MsgSetMarketMapperRevShareDetailsForMarketResponse>;
/** SetUnconditionalRevShareConfig sets the unconditional revshare config */
/** UpdateUnconditionalRevShareConfig sets the unconditional revshare config */

updateUnconditionalRevShareConfig(request: MsgUpdateUnconditionalRevShareConfig): Promise<MsgUpdateUnconditionalRevShareConfigResponse>;
}
Expand Down
2 changes: 1 addition & 1 deletion proto/dydxprotocol/revshare/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ service Msg {
rpc SetMarketMapperRevShareDetailsForMarket(
MsgSetMarketMapperRevShareDetailsForMarket)
returns (MsgSetMarketMapperRevShareDetailsForMarketResponse);
// SetUnconditionalRevShareConfig sets the unconditional revshare config
// UpdateUnconditionalRevShareConfig sets the unconditional revshare config
rpc UpdateUnconditionalRevShareConfig(MsgUpdateUnconditionalRevShareConfig)
returns (MsgUpdateUnconditionalRevShareConfigResponse);
}
Expand Down
4 changes: 2 additions & 2 deletions protocol/x/revshare/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 6c1af8f

Please sign in to comment.