polkadot-js / apps

Basic Polkadot/Substrate UI for interacting with a Polkadot and Substrate node. This is the main user-facing application, allowing access to all features available on Substrate chains.
https://dotapps.io
Apache License 2.0
1.75k stars 1.54k forks source link

Cannot submit extrinsic #4533

Closed DylanVerstraete closed 3 years ago

DylanVerstraete commented 3 years ago

When trying to submit an extrinsic to my local substrate chain (2.0.1) I get following error message:

1002: Verification Error: Execution: Could not convert parameter `tx` between node and runtime: No such variant in enum MultiSignature: RuntimeApi, Execution: Could not convert parameter `tx` between node and runtime: No such variant in enum MultiSignature

I rolled back a couple of commits and there it seems to work

DylanVerstraete commented 3 years ago

I needed to import my custom types

polkadot-js-bot commented 3 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.