Skip to content

Commit 50a37f8

Browse files
committed
fix: typo
1 parent c904f8a commit 50a37f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/state-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ A few changes are needed:
5555
- First, set `enable = true` to activate the state sync engine.
5656
- Then, **at least 2** rpc servers must be provided. A good place to find some is the [cosmos chain registry](https://github.com/cosmos/chain-registry/blob/master/fetchhub/chain.json#L62). Servers must be comma separated without space (ie: `rpc_servers = "https://rpc-fetchhub.fetch.ai:443,https://fetch-rpc.polkachu.com:443"`). These servers will be used to verify the snapshots, so make sure you trust them enough for this.
5757
- a *recent* `trust_height` and `trust_hash` are needed. Recent means it must be contained in the `trust_period` (168 hours, or ~1 week old by default). These can be obtained from a RPC server **you trust to provide you correct data** (and the 2nd RPC server from `rpc_servers` will be charged of confirming that the data are correct).
58-
- And last, set `chunk_request_timeout` to `60s` (the `10s` default value seems to short and can lead to "context deadline exceeded" timeout errors when verifying the hashes)
58+
- And last, set `chunk_request_timeout` to `60s` (the `10s` default value seems too short and can lead to "context deadline exceeded" timeout errors when verifying the hashes)
5959

6060
To retrieve the correct value for a fetch.ai RPC server, and the current network height, use:
6161

0 commit comments

Comments
 (0)