Skip to content

Commit

Permalink
chore: small cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
grumbach committed Jan 7, 2025
1 parent fb410ce commit ede5f34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@ This creates a CSV file with the EVM network params in your data directory.
`--rewards-address` _is the address where you will receive your node earnings on._

```bash
cargo run --bin antctl --features local -- local run --build --clean --rewards-address <YOUR_ETHEREUM_ADDRESS>
cargo run --bin antctl -- local run --build --clean --rewards-address <YOUR_ETHEREUM_ADDRESS>
```

The EVM Network parameters are loaded from the CSV file in your data directory automatically when the `local` feature flag is enabled (`--features=local`).
The EVM Network parameters are loaded from the CSV file in your data directory automatically when the `local` option is passed to the `antctl` command.

##### 4. Verify node status

```bash
cargo run --bin antctl --features local -- status
cargo run --bin antctl -- status
```

The Antctl `run` command starts the node processes. The `status` command should show twenty-five
Expand Down
1 change: 0 additions & 1 deletion ant-cli/src/actions/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ mod progress_bar;

pub use connect::connect_to_network;
pub use download::download;

pub use progress_bar::get_progress_bar;

0 comments on commit ede5f34

Please sign in to comment.