Skip to content
New issue

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

Error: Input("Error parsing spec file: unknown field paraId at line 239 column 1") #21

Closed
bingryan opened this issue Dec 24, 2021 · 2 comments · Fixed by #22
Closed

Comments

@bingryan
Copy link
Contributor

hello, update to polkadot:v0.9.13. i get some error with this update:

spec.paraId = id;

@bingryan
Copy link
Contributor Author

use para_id?

spec.para_id = id; 

@xlc
Copy link
Member

xlc commented Dec 24, 2021

All the other keys is camel case so we are using paraId but I just found out statemine is using para_id.

So it should just detect which one was used and update that accordingly

@xlc xlc closed this as completed in #22 Dec 26, 2021
xlc pushed a commit that referenced this issue Dec 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants