Skip to content

Commit c5c40d1

Browse files
committed
fix: make sure no one copy paste the actual values
1 parent 50a37f8 commit c5c40d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/state-sync.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ To retrieve the correct value for a fetch.ai RPC server, and the current network
6262
```bash
6363
curl https://rpc-fetchhub.fetch.ai:443/block | jq -r '{"trusted_hash": .result.block_id.hash, "trusted_height": .result.block.header.height}'
6464
{
65-
"trusted_hash": "46868B76E6C814C35B2D109FCA177EBB70689AE3D46C65E4D75DE5363A86FF97",
66-
"trusted_height": "7041920"
65+
"trusted_hash": "...some hash...",
66+
"trusted_height": "...some height..."
6767
}
6868
```
6969

70-
and set these values in the config file.
70+
and set the trusted_hash and trusted_height values in the config file.
7171

7272
Once this is set, make sure you have the correct genesis by downloading it from the RPC node:
7373

0 commit comments

Comments
 (0)