Skip to content

Commit

Permalink
RecordIDs.Ids is a repeated non-nullable native type, nullable=false…
Browse files Browse the repository at this point in the history
… has no effect
  • Loading branch information
spoo-bar committed Aug 30, 2023
1 parent 38b1187 commit ea9d485
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion proto/archway/rewards/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ message MsgWithdrawRewards {
message RecordsLimit { uint64 limit = 1; }

message RecordIDs {
repeated uint64 ids = 1 [ (gogoproto.nullable) = false ];
repeated uint64 ids = 1;
}

// rewards_address is the address to distribute rewards to (bech32 encoded).
Expand Down
78 changes: 39 additions & 39 deletions x/rewards/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 ea9d485

Please sign in to comment.