Skip to content

Commit

Permalink
fix proto
Browse files Browse the repository at this point in the history
  • Loading branch information
likhita-809 committed Nov 10, 2023
1 parent 678959c commit b71a0f6
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 66 deletions.
4 changes: 2 additions & 2 deletions api/cosmos/protocolpool/v1/tx.pulsar.go

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

2 changes: 1 addition & 1 deletion proto/cosmos/protocolpool/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ message MsgClaimBudgetResponse {

// MsgAddContinuousFunds defines a message for adding continuous funds.
message MsgAddContinuousFunds {
option (cosmos.msg.v1.signer) = "depositor";
option (cosmos.msg.v1.signer) = "recipient";
option (gogoproto.equal) = false;
option (gogoproto.goproto_getters) = false;

Expand Down
126 changes: 63 additions & 63 deletions x/protocolpool/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 b71a0f6

Please sign in to comment.