Skip to content

Commit

Permalink
Merge pull request #6050 from cosmos/rc0/v0.37.11
Browse files Browse the repository at this point in the history
Release v0.37.11
  • Loading branch information
Alessio Treglia committed Apr 22, 2020
2 parents 78b1df6 + 4d76c53 commit ebffc60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ Ref: https://keepachangelog.com/en/1.0.0/

## [Unreleased]

## [v0.37.11] - 2020-04-22

### Bug Fixes

* (x/staking) [\#6021](https://github.com/cosmos/cosmos-sdk/pull/6021) --trust-node's false default value prevents creation of the genesis transaction.

## [v0.37.10] - 2020-04-22

### Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions x/staking/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ func PrepareFlagsForTxCreateValidator(
viper.Set(client.FlagFrom, viper.GetString(client.FlagName))
viper.Set(FlagNodeID, nodeID)
viper.Set(FlagIP, ip)
viper.Set(client.FlagTrustNode, true)
viper.Set(FlagPubKey, sdk.MustBech32ifyConsPub(valPubKey))
viper.Set(FlagMoniker, config.Moniker)
viper.Set(FlagWebsite, website)
Expand Down

0 comments on commit ebffc60

Please sign in to comment.