block export
(or any sub command) starts a BFT mining coordinator
#6674
Labels
bug
Something isn't working
Description
When running the
block export
orblock import
commands, a BFT mining coordinator is started. If the node is the only validator is will continue to produce new blocks even duringexport
/import
.Acceptance Criteria
Don't start a mining coordinator when running any of the sub-commands
Steps to Reproduce (Bug)
Run
besu --genesis-file=../genesis.json --data-path=./data blocks export --to=blocks.bin
. If the node is the only validator it will produce new blocks during the exportThe text was updated successfully, but these errors were encountered: