diff --git a/content/docs/nodes/chain-configs/subnet-evm.mdx b/content/docs/nodes/chain-configs/subnet-evm.mdx index c12fa54d7ca..8e6144cea3c 100644 --- a/content/docs/nodes/chain-configs/subnet-evm.mdx +++ b/content/docs/nodes/chain-configs/subnet-evm.mdx @@ -91,7 +91,7 @@ For the AvalancheGo node configuration options, see the [AvalancheGo Configurati | Option | Type | Description | Default | |----------------------------|-----------|--------------------------------------------------------------------|-----------------------------------------------------| -| `tx-pool-price-limit` | `uint64` | Minimum gas price (in wei) for the transaction pool. | From `legacypool.DefaultConfig.PriceLimit` | +| `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-global-slots` | `uint64` | Max executable transaction slots for all accounts. | From `legacypool.DefaultConfig.GlobalSlots` |