Skip to content

Commit f051378

Browse files
authored
Update MsgSetActiveState proto (#2337)
1 parent 78de680 commit f051378

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

proto/dydxprotocol/accountplus/tx.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ message MsgRemoveAuthenticatorResponse { bool success = 1; }
5050

5151
// MsgSetActiveState sets the active state of the module.
5252
message MsgSetActiveState {
53-
option (amino.name) = "osmosis/smartaccount/set-active-state";
53+
option (amino.name) = "dydxprotocol/accountplus/set-active-state";
5454
option (cosmos.msg.v1.signer) = "authority";
5555

5656
// Authority is the address that may send this message.

protocol/x/accountplus/types/tx.pb.go

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)