diff --git a/docs/public-networks/reference/cli/options.md b/docs/public-networks/reference/cli/options.md index 9ccb78abbe8..acdc4750a98 100644 --- a/docs/public-networks/reference/cli/options.md +++ b/docs/public-networks/reference/cli/options.md @@ -4983,6 +4983,47 @@ instead of the number of transactions. To configure the maximum memory capacity, use [`--tx-pool-layer-max-capacity`](#tx-pool-layer-max-capacity). ::: +### `tx-pool-min-gas-price` + + + + + +```bash +--tx-pool-min-gas-price= +``` + + + + + +```bash +--tx-pool-min-gas-price=2000 +``` + + + + + +```bash +BESU_TX_POOL_MIN_GAS_PRICE=2000 +``` + + + + + +```bash +tx-pool-min-gas-price="2000" +``` + + + + + +The minimum gas price, in wei, required for a transaction to be accepted into the [transaction pool](../../concepts/transactions/pool.md). + + ### `tx-pool-no-local-priority`