diff --git a/docs/public-networks/reference/cli/options.md b/docs/public-networks/reference/cli/options.md index 540068bd211..e3bcf472902 100644 --- a/docs/public-networks/reference/cli/options.md +++ b/docs/public-networks/reference/cli/options.md @@ -4952,9 +4952,11 @@ tx-pool="sequenced" Type of [transaction pool](../../concepts/transactions/pool.md) to use. Set to `layered` to use the layered transaction pool implementation. -Set to `sequenced` to use the sequenced transaction pool. The default is `layered`. +Set to `sequenced` to use the sequenced transaction pool. +The default is `sequenced` for the [enterprise profile](../../how-to/use-configuration-file/profile#enterpriseprivate-profile). + ### `tx-pool-enable-save-restore`