diff --git a/content/docs/nodes/chain-configs/subnet-evm.mdx b/content/docs/nodes/chain-configs/subnet-evm.mdx index a905b66c2e7..d11a40e593d 100644 --- a/content/docs/nodes/chain-configs/subnet-evm.mdx +++ b/content/docs/nodes/chain-configs/subnet-evm.mdx @@ -167,7 +167,7 @@ For the AvalancheGo node configuration options, see the [AvalancheGo Configurati | `state-sync-enabled` | `bool` | Enables state synchronization. | `false` | | `state-sync-skip-resume` | `bool` | Forces state sync to use highest available summary block. | `false` | | `state-sync-server-trie-cache` | `int` | Cache size for state sync server trie in MB. | `64` | -| `state-sync-ids` | `string` | IDs for state sync. | `""` (empty) | +| `state-sync-ids` | `string` | Node IDs for state sync. | `""` (empty) | | `state-sync-commit-interval` | `uint64` | Commit interval for state sync. | `16384` (CommitInterval*4)| | `state-sync-min-blocks` | `uint64` | Min blocks ahead of local last accepted to perform state sync. | `300000` | | `state-sync-request-size` | `uint16` | Key/values per request during state sync. | `1024` |