Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
firstSlot
computation for backfill sync
When initializing backfill sync, the implementation intends to start at the first unknown slot (`1` before tail). However, an incorrect variable is passed, and backfill sync actually starts at the tail slot instead. This patch corrects this by passing the intended variable. The problem was introduced with the original backfill implementation at #3263.
- Loading branch information