I think it might be a spelling mistake
This commit is contained in:
zhangzheng
2018-11-11 09:20:30 +08:00
committed by GitHub
parent bb54a0de12
commit 3bc245e198
+1 -1
View File
@@ -69,7 +69,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
}