Skip to content

Commit

Permalink
fix: cloudflare email escape on seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
daeMOn63 committed Sep 13, 2022
1 parent 74fa4fb commit 5a6862a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/state-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@ curl https://raw.githubusercontent.com/fetchai/genesis-fetchhub/fetchhub-4/fetch

and start the node using the seeds from the chain-registry:

<!--email_off-->
```bash
fetchd start --p2p.seeds="17693da418c15c95d629994a320e2c4f51a8069b@connect-fetchhub.fetch.ai:36456,a575c681c2861fe945f77cb3aba0357da294f1f2@connect-fetchhub.fetch.ai:36457,d7cda986c9f59ab9e05058a803c3d0300d15d8da@connect-fetchhub.fetch.ai:36458"
```
<!--/email_off-->

After the node initialized, it will start searching for available snapshots, and it should print log messages similar to:

Expand Down

0 comments on commit 5a6862a

Please sign in to comment.