Skip to content

Commit

Permalink
Add a lot of documentation to the warp syncing algorithm code (#2808)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
tomaka and mergify[bot] authored Oct 4, 2022
1 parent 42ec4d3 commit f4ecb9a
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 19 deletions.
2 changes: 1 addition & 1 deletion src/sync/all.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ impl<TRq, TSrc, TBl> AllSync<TRq, TSrc, TBl> {
}),
}
} else {
match warp_sync::warp_sync(warp_sync::Config {
match warp_sync::start_warp_sync(warp_sync::Config {
start_chain_information: config.chain_information,
block_number_bytes: config.block_number_bytes,
sources_capacity: config.sources_capacity,
Expand Down
Loading

0 comments on commit f4ecb9a

Please sign in to comment.