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
Description It seems setting empty --Blocks.ExtraData is no longer possible since v1.30.0.
Steps to Reproduce Run Nethermind with --Blocks.ExtraData=
--Blocks.ExtraData=
Actual behavior Nethermind complains: Required argument missing for option: '--Blocks.ExtraData'.
Required argument missing for option: '--Blocks.ExtraData'.
Expected behavior Empty --Blocks.ExtraData is used.
--Blocks.ExtraData
Additional context See #4952
Historically setting empty extra data has been possible via environment variable. Then only CLI argument. Now it seems there is no way to do it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
It seems setting empty --Blocks.ExtraData is no longer possible since v1.30.0.
Steps to Reproduce
Run Nethermind with
--Blocks.ExtraData=
Actual behavior
Nethermind complains:
Required argument missing for option: '--Blocks.ExtraData'.
Expected behavior
Empty
--Blocks.ExtraData
is used.Additional context
See #4952
Historically setting empty extra data has been possible via environment variable. Then only CLI argument. Now it seems there is no way to do it.
The text was updated successfully, but these errors were encountered: