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
paritytech/polkadot#4105
The text was updated successfully, but these errors were encountered:
Do we have light-node related code? the only one I found on node/service is: https://github.com/AcalaNetwork/Acala/blob/master/node/service/src/lib.rs#L352
if matches!(parachain_config.role, Role::Light) { return Err("Light client not supported!".into()); }
Sorry, something went wrong.
Oh looks like we never implemented it.
No branches or pull requests
paritytech/polkadot#4105
The text was updated successfully, but these errors were encountered: