Skip to content

Commit

Permalink
chore: update typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanguyenkh committed Mar 17, 2023
1 parent 8b7001c commit 18967e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ante/vesting.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func (vdd VestingDelegationDecorator) validateMsg(ctx sdk.Context, msg sdk.Msg)
return nil
}

return sdkerrors.Wrapf(sdkerrors.ErrInvalidRequest, "account vesting cannot delegate")
return sdkerrors.Wrapf(sdkerrors.ErrInvalidRequest, "Vesting account cannot delegate")
}

return nil
Expand Down

0 comments on commit 18967e0

Please sign in to comment.