Skip to content

Commit

Permalink
change validators to validatorslist
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Sep 8, 2023
1 parent 772d6b7 commit ead6e8a
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 121 deletions.
136 changes: 68 additions & 68 deletions api/cosmos/staking/v1beta1/authz.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/staking/v1beta1/authz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ message StakeAuthorization {
// empty, there is no spend limit and any amount of coins can be delegated.
cosmos.base.v1beta1.Coin max_tokens = 1 [(gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coin"];
// validators is the oneof that represents either allow_list or deny_list
oneof validators {
oneof validatorslist {
// allow_list specifies list of validator addresses to whom grantee can delegate tokens on behalf of granter's
// account.
Validators allow_list = 2 [(amino.oneof_name) = "cosmos-sdk/StakeAuthorization/AllowList"];

Check failure on line 25 in proto/cosmos/staking/v1beta1/authz.proto

View workflow job for this annotation

GitHub Actions / break-check

Field "2" on message "StakeAuthorization" moved from oneof "validators" to oneof "validatorslist".
Expand Down
Loading

0 comments on commit ead6e8a

Please sign in to comment.