Skip to content

Commit

Permalink
Merge PR #2714: Add commission data to MsgCreateValidator signature b…
Browse files Browse the repository at this point in the history
…ytes
  • Loading branch information
alexanderbez authored and cwgoes committed Nov 7, 2018
1 parent c7b3efd commit 8f690b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ BUG FIXES
- \#2625 [x/gov] fix AppendTag function usage error
- \#2677 [x/stake, x/distribution] various staking/distribution fixes as found by the simulator
- \#2674 [types] Fix coin.IsLT() impl, coins.IsLT() impl, and renamed coins.Is\* to coins.IsAll\* (see \#2686)
- \#2711 [x/stake] Add commission data to `MsgCreateValidator` signature bytes.

* Tendermint
1 change: 1 addition & 0 deletions x/stake/types/msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func (msg MsgCreateValidator) GetSigners() []sdk.AccAddress {
func (msg MsgCreateValidator) GetSignBytes() []byte {
b, err := MsgCdc.MarshalJSON(struct {
Description
Commission CommissionMsg
DelegatorAddr sdk.AccAddress `json:"delegator_address"`
ValidatorAddr sdk.ValAddress `json:"validator_address"`
PubKey string `json:"pubkey"`
Expand Down

0 comments on commit 8f690b5

Please sign in to comment.