Skip to content

Commit

Permalink
Update quick-start.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjl10 authored Dec 20, 2024
1 parent 9022516 commit b3ffdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion how-to-guides/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Let's set the trusted hash!
1. Open your `config.toml` at `.celestia-light-{{ constants.mochaChainId }}/config.toml`
1. Set `DASer.SampleFrom` to the trusted height (e.g. `SampleFrom = 123456`)

> If you dont do this, when trying to retrieve data in a few minutes, you'll see a response saying `"result": "header: syncing in progress: localHeadHeight: 94721, requestedHeight: 2983850"`. You'll either need to let the node sync to the `requestedHeight`, or use quick sync with trusted hash to do this.
> If you don't do this, when trying to retrieve data in a few minutes, you'll see a response saying `"result": "header: syncing in progress: localHeadHeight: 94721, requestedHeight: 2983850"`. You'll either need to let the node sync to the `requestedHeight`, or use quick sync with trusted hash to do this.
Learn more in [the trusted hash quick sync guide](./celestia-node-trusted-hash.md).
### Start the light node
Expand Down

0 comments on commit b3ffdbc

Please sign in to comment.