Skip to content

Commit

Permalink
Merge pull request #2761 from WALL-E/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
jackzampolin committed Nov 12, 2018
2 parents 3bbb1e1 + 3bc245e commit b9b6f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/stake/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (p Params) HumanReadableString() string {

resp := "Params \n"
resp += fmt.Sprintf("Unbonding Time: %s\n", p.UnbondingTime)
resp += fmt.Sprintf("Max Validators: %d: \n", p.MaxValidators)
resp += fmt.Sprintf("Max Validators: %d\n", p.MaxValidators)
resp += fmt.Sprintf("Bonded Coin Denomination: %s\n", p.BondDenom)
return resp
}
Expand Down

0 comments on commit b9b6f26

Please sign in to comment.