You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1002: Verification Error: Execution: Could not convert parameter tx between node and runtime: No such variant in enum MultiAddress: RuntimeApi, Execution: Could not convert parameter tx between node and runtime: No such variant in enum MultiAddress
#289
Open
HamzaYasin1 opened this issue
Aug 16, 2022
· 3 comments
1002: Verification Error: Execution: Could not convert parameter txbetween node and runtime: No such variant in enum MultiAddress: RuntimeApi, Execution: Could not convert parametertx between node and runtime: No such variant in enum MultiAddress
This issue wasn't in substrate 2.0.0 but after upgrading the runtime to 2.0.1 so facing this error.
Is this still something that we can help with? Can you also provide more details about when this error was encountered? Were you trying to execute an extrinsic?
Yes, if you are using a non-default MultiAddress on your chain then you would need to update it accordingly. The same goes with most of the types that are using when interacting using this lib, either when retrieving events or reading storages.
1002: Verification Error: Execution: Could not convert parameter
txbetween node and runtime: No such variant in enum MultiAddress: RuntimeApi, Execution: Could not convert parameter
txbetween node and runtime: No such variant in enum MultiAddress
This issue wasn't in substrate 2.0.0 but after upgrading the runtime to 2.0.1 so facing this error.
You can produce this issue while using the below repo. https://github.com/substrate-developer-hub/substrate-node-template/tree/v2.0.1
If anyone knows what are the types for this repo, please let me know.
Thanks
The text was updated successfully, but these errors were encountered: