Skip to content

Commit

Permalink
docs: update README to include optional log_count parameter for acl m…
Browse files Browse the repository at this point in the history
…ode command
  • Loading branch information
afa7789 authored and revitteth committed Oct 18, 2024
1 parent c54a3ae commit 6722345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/acl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Examples on how to setup your data-dir
This command takes the following form:

```shell
acl mode --datadir=<data-dir> --mode=<mode>
acl mode --datadir=<data-dir> --mode=<mode> --log_count=<number_integer>[optional]
```

## supported ACL Types
Expand Down Expand Up @@ -100,5 +100,5 @@ The `remove` command will remove the given policy from an account in given acces
acl add --address=0x0921598333Cf3cE5FE2031C056C79aec59EE10b6 --policy=sendTx --type=allowlist --datadir=/Users/username_pc_mac/path_to_data/erigon-data/devnet/txpool
acl remove --address=0x0921598333Cf3cE5FE2031C056C79aec59EE10b6 --policy=sendTx --type=allowlist --datadir=/Users/username_pc_mac/path_to_data/erigon-data/devnet/txpool

acl mode --mode=disabled --datadir=/Users/username_pc_mac/path_to_data/erigon-data/devnet/txpool
acl mode --mode=disabled --datadir=/Users/username_pc_mac/path_to_data/erigon-data/devnet/txpool --log_count=20
```

0 comments on commit 6722345

Please sign in to comment.