Skip to content

Commit

Permalink
Output in bash format
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchengzhu committed Oct 31, 2023
1 parent d291f06 commit d46a66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devops/hardfork.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To run multiple Axon nodes, use the [`reset.sh`](https://github.com/axonweb3/axo
The default configuration to enable hardfork is [`hardforks = []`](https://github.com/axonweb3/axon/blob/f9974e62924693494476560316db9f70bc650b80/devtools/chain/specs/multi_nodes/chain-spec.toml#L10). The `reset.sh` script changes `hardforks = []` to `hardforks = ["None"]` to disable hardfork. Later, you can enable hardfork using `hardfork -c` followed by specifying the `hardfork-start-number`.
You can expect the output to resemble the following:

```
```bash
No process found listening on port 8001
No process found listening on port 8002
No process found listening on port 8003
Expand Down

0 comments on commit d46a66c

Please sign in to comment.