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
Submiting an extrinsic tx in sudo returns type error. The error in the console is long, something like
Uncaught Error: createType(Call):: Call: failed decoding sudo.sudo:: Struct: failed on args: {a big structure here}:: Cannot map Enum JSON, unable to find 'registry' in system, unused1, timestamp, unused3, grandpa, balances, unused6, sudo, templatemodule, nicks
But the same error occurs in polkadot-js app also. This may require an upstream fix on polkadot-js api.
The text was updated successfully, but these errors were encountered:
polkadot-js/apps#6222
Sorry, something went wrong.
can you reproduce on apps UI? might be fixed if you update the deps for the libs here.
Thanks Dan. Let me try later today.
Successfully merging a pull request may close this issue.
Submiting an extrinsic tx in sudo returns type error. The error in the console is long, something like
But the same error occurs in polkadot-js app also. This may require an upstream fix on polkadot-js api.
The text was updated successfully, but these errors were encountered: