We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The CreateValidator function on Staking.sol has been updated to accept a signature. The omni CLI however stil uses the old CreateValidator0 function.
CreateValidator
Staking.sol
CreateValidator0
Switch the CLI to use the new function by creating the signature the first.
The text was updated successfully, but these errors were encountered:
chore(cli/cmd): add sig verify to createValidator (#3085)
9cda789
call createValidator function from Staking.sol that accepts a signature as a parameter issue: #3047
powerslider
Successfully merging a pull request may close this issue.
Problem to solve
The
CreateValidator
function onStaking.sol
has been updated to accept a signature. The omni CLI however stil uses the oldCreateValidator0
function.Proposed solution
Switch the CLI to use the new function by creating the signature the first.
The text was updated successfully, but these errors were encountered: