Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msgFix/staking-ret-msg-fix #1922

Merged
merged 3 commits into from
Jun 11, 2020
Merged

Conversation

sasurobert
Copy link
Contributor

Fixed return message for unBond function

return vmcommon.UserError
}
if r.eei.IsValidator(args.Arguments[0]) {
r.eei.AddReturnMessage("unBond is not possible as the node with key " + string(args.Arguments[0]) + " is still a validator")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"unbonding is not possible: the node with key [key] is still a validator"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@bogdan-rosianu bogdan-rosianu self-requested a review June 11, 2020 09:48
@LucianMincu LucianMincu merged commit 57efe09 into release-candidate Jun 11, 2020
@LucianMincu LucianMincu deleted the msgFix/staking-ret-msg-fix branch June 11, 2020 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants