We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719e7ee commit ba7ad3eCopy full SHA for ba7ad3e
beacon_node/store/src/reconstruct.rs
@@ -47,7 +47,7 @@ where
47
48
// If `num_blocks` is not specified iterate all blocks.
49
let block_root_iter = self
50
- .forwards_block_roots_iterator_until(lower_limit_slot, upper_limit_slot, || {
+ .forwards_block_roots_iterator_until(lower_limit_slot, upper_limit_slot - 1, || {
51
panic!("FIXME(sproul): reconstruction doesn't need this state")
52
})?
53
.take(num_blocks.unwrap_or(usize::MAX));
0 commit comments