Skip to content

Commit

Permalink
address reviewer comments
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>
  • Loading branch information
Alexandra Tran committed Oct 27, 2023
1 parent ec54b7d commit 891fb4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/public-networks/how-to/troubleshoot/evm-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ docker run -rm <docker options> hyperledger/besu-evmtool:develop <evmtool option
`-v ${PWD}:/opt/data`, which maps the current directory to the `/opt/data` directory in the container.

:::note
The `latest` tag is the latest released version of Besu, starting with 1.5.3.
The `latest` tag is the latest released version of Besu.
The `develop` tag is the current main branch code that will go into a future release version of Besu.
:::

## EVM tool options

The first mode of the EVM tool runs arbitrary EVM bytecode and is invoked without an extra command.
The first mode of the EVM tool runs arbitrary EVM bytecode.
Use [command line options](../../reference/evm-tool.md#options) to specify the code and other
contextual information.
For example:
Expand Down

0 comments on commit 891fb4d

Please sign in to comment.