Skip to content

Commit

Permalink
take receiver signer (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 authored Jun 10, 2024
1 parent 89f0784 commit 8a1495d
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 102 deletions.
2 changes: 1 addition & 1 deletion proto/opinit/ophost/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ message MsgInitiateTokenDepositResponse {

// MsgFinalizeTokenWithdrawal is a message to remove a validator from designated list
message MsgFinalizeTokenWithdrawal {
option (cosmos.msg.v1.signer) = "sender";
option (cosmos.msg.v1.signer) = "receiver";
option (amino.name) = "ophost/MsgFinalizeTokenWithdrawal";

// address of the sender of the transaction
Expand Down
202 changes: 101 additions & 101 deletions x/ophost/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 8a1495d

Please sign in to comment.