mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 15:46:43 +00:00
Adding a script that can automatically generate markdown pages from bor CLI, so we can avoid copy-pasting helper strings whenever a flag is created, deleted, or modified. CLI docs could be generated with command `make docs`.
13 lines
No EOL
250 B
Markdown
13 lines
No EOL
250 B
Markdown
# Chain sethead
|
|
|
|
The ```chain sethead <number>``` command sets the current chain to a certain block.
|
|
|
|
## Arguments
|
|
|
|
- ```number```: The block number to roll back.
|
|
|
|
## Options
|
|
|
|
- ```address```: Address of the grpc endpoint
|
|
|
|
- ```yes```: Force set head |