Skip to content

Commit

Permalink
add proto since: comments for #11457 updates to reward withdrawal res…
Browse files Browse the repository at this point in the history
…ponses (#11530)
  • Loading branch information
Joe Bowman authored Apr 4, 2022
1 parent 6538582 commit 082722f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/cosmos/distribution/v1beta1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ message MsgWithdrawDelegatorReward {

// MsgWithdrawDelegatorRewardResponse defines the Msg/WithdrawDelegatorReward response type.
message MsgWithdrawDelegatorRewardResponse {
// Since: cosmos-sdk 0.46
repeated cosmos.base.v1beta1.Coin amount = 1
[(gogoproto.nullable) = false, (gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins"];
}
Expand All @@ -74,6 +75,7 @@ message MsgWithdrawValidatorCommission {

// MsgWithdrawValidatorCommissionResponse defines the Msg/WithdrawValidatorCommission response type.
message MsgWithdrawValidatorCommissionResponse {
// Since: cosmos-sdk 0.46
repeated cosmos.base.v1beta1.Coin amount = 1
[(gogoproto.nullable) = false, (gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins"];
}
Expand Down

0 comments on commit 082722f

Please sign in to comment.