Skip to content

Commit

Permalink
docs: update pool.go reference (cometbft#4541)
Browse files Browse the repository at this point in the history
# PR Summary
Small PR - Commit 10fa8d1 moved the
`pool.go` file. This PR adjusts sources to changes.

Signed-off-by: Emmanuel Ferdman <[email protected]>
  • Loading branch information
emmanuel-ferdman authored Nov 25, 2024
1 parent a2f14fd commit 541c466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/explanation/core/block-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ process. Once caught up, the daemon will switch out of Block Sync and into the
normal consensus mode. After running for some time, the node is considered
`caught up` if it has at least one peer and its height is at least as high as
the max reported peer height. See [the IsCaughtUp
method](https://github.com/cometbft/cometbft/blob/main/blocksync/pool.go#L168).
method](https://github.com/cometbft/cometbft/blob/main/internal/blocksync/pool.go#L190).

Note: While there have historically been multiple versions of blocksync, v0, v1, and v2, all versions
other than v0 have been deprecated in favor of the simplest and most well understood algorithm.
Expand Down

0 comments on commit 541c466

Please sign in to comment.