Skip to content

Commit

Permalink
Use the account encoding for the validator address
Browse files Browse the repository at this point in the history
  • Loading branch information
zmanian committed May 27, 2018
1 parent a163a35 commit ba7d1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/stake/delegation.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func (b Delegation) HumanReadableString() (string, error) {
if err != nil {
return "", err
}
bechVal, err := sdk.Bech32CosmosifyVal(b.ValidatorAddr)
bechVal, err := sdk.Bech32CosmosifyAcc(b.ValidatorAddr)
if err != nil {
return "", err
}
Expand Down

0 comments on commit ba7d1c0

Please sign in to comment.