Skip to content

Commit

Permalink
add proto since: comments for cosmos#11457 updates to reward withdraw…
Browse files Browse the repository at this point in the history
…al responses
  • Loading branch information
Joe Bowman committed Apr 4, 2022
1 parent 6538582 commit 0b98395
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 0b98395

Please sign in to comment.