Skip to content

Commit e7645fa

Browse files
authored
Fix typo in sync/README.md (#296)
1 parent b360858 commit e7645fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sync/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ State sync code is structured as follows:
2828
- `CodeRequestHandler`: handles requests for contract code
2929
- `BlockRequestHandler`: handles requests for blocks
3030
- _Note: There are response size and time limits in place so peers joining the network do not overload peers providing data. Additionally, the engine tracks the CPU usage of each peer for such messsages and throttles inbound requests accordingly._
31-
- `sync/client`: Validates reponses from peers and provides support for syncing tries.
31+
- `sync/client`: Validates responses from peers and provides support for syncing tries.
3232
- `sync/statesync`: Uses `sync/client` to sync EVM related state: Accounts, storage tries, and contract code.
3333
- `plugin/evm/atomicSyncer`: Uses `sync/client` to sync the atomic trie.
3434
- `plugin/evm/`: The engine expects the VM to implement `StateSyncableVM` interface,
@@ -127,4 +127,4 @@ While state sync is faster than normal bootstrapping, the process may take sever
127127
| `state-sync-skip-resume` | `bool` | set to true to avoid resuming an ongoing sync | `false` |
128128
| `state-sync-min-blocks` | `uint64` | Minimum number of blocks the chain must be ahead of local state to prefer state sync over bootstrapping | `300,000` |
129129
| `state-sync-server-trie-cache` | `int` | Size of trie cache to serve state sync data in MB. Should be set to multiples of `64`. | `64` |
130-
| `state-sync-ids` | `string` | a comma seperated list of `NodeID-` prefixed node IDs to sync data from. If not provided, peers are randomly selected. | |
130+
| `state-sync-ids` | `string` | a comma seperated list of `NodeID-` prefixed node IDs to sync data from. If not provided, peers are randomly selected. | |

0 commit comments

Comments
 (0)