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
Extrinsics are failing when submitted to the substrate-node-template chain.
substrate-node-template
Verification Error: Execution(ApiError("Could not convert parameter `tx` between node and runtime: No such variant in enum MultiSignature"))
GSRPC code can be found here: https://gist.github.com/ansermino/07df0dd8e35c522ec23c1d922860c786
This seems to have something to do with the type configuration for the chain (see https://polkadot.js.org/api/start/types.extend.html#impact-on-extrinsics)
The text was updated successfully, but these errors were encountered:
@ansermino closing this as fixed by #68
Sorry, something went wrong.
tx
No branches or pull requests
Extrinsics are failing when submitted to the
substrate-node-template
chain.GSRPC code can be found here: https://gist.github.com/ansermino/07df0dd8e35c522ec23c1d922860c786
This seems to have something to do with the type configuration for the chain (see https://polkadot.js.org/api/start/types.extend.html#impact-on-extrinsics)
The text was updated successfully, but these errors were encountered: