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

Add note to explain that more than one --from argument can be passed to the import sub command #1365

Merged
merged 5 commits into from
Jul 28, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/public-networks/reference/cli/subcommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ You can specify the starting index of the block range to import with `--start-bl

You can specify the ending index (exclusive) of the block range to import with `--end-block`. If omitted, all blocks after the start block will be imported.

You can specify multiple `--from` arguments. This can be useful when blocks have been exported over time to multiple files.
alexandratran marked this conversation as resolved.
Show resolved Hide resolved

Including `--skip-pow-validation-enabled` skips validation of the `mixHash` when importing blocks.

:::note
Expand Down