Skip to content

Commit

Permalink
Update content/docs/nodes/chain-configs/subnet-evm.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Ceyhun Onur <ceyhun.onur@avalabs.org>
Signed-off-by: Owen <owenwahlgren@gmail.com>
  • Loading branch information
owenwahlgren and ceyonur authored Nov 12, 2024
1 parent 4ca5eb6 commit 5d471fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/nodes/chain-configs/subnet-evm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ For the AvalancheGo node configuration options, see the [AvalancheGo Configurati
|----------------------------|-----------|--------------------------------------------------------------------|-----------------------------------------------------|
| `tx-pool-price-limit` | `uint64` | Minimum gas price (in wei) for the transaction pool. | 1 |
| `tx-pool-price-bump` | `uint64` | Minimum price bump percentage to replace an existing transaction. | From `legacypool.DefaultConfig.PriceBump` |
| `tx-pool-account-slots` | `uint64` | Max executable transaction slots per account. | From `legacypool.DefaultConfig.AccountSlots` |
| `tx-pool-account-slots` | `uint64` | Max executable transaction slots per account. | 16 |
| `tx-pool-global-slots` | `uint64` | Max executable transaction slots for all accounts. | From `legacypool.DefaultConfig.GlobalSlots` |
| `tx-pool-account-queue` | `uint64` | Max non-executable transaction slots per account. | From `legacypool.DefaultConfig.AccountQueue` |
| `tx-pool-global-queue` | `uint64` | Max non-executable transaction slots for all accounts. | From `legacypool.DefaultConfig.GlobalQueue` |
Expand Down

0 comments on commit 5d471fc

Please sign in to comment.