Skip to content

Commit 7c414cc

Browse files
Update beacon_node/store/src/hot_cold_store.rs
Co-authored-by: Michael Sproul <[email protected]>
1 parent 791395a commit 7c414cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_node/store/src/hot_cold_store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2670,7 +2670,7 @@ impl<E: EthSpec, Hot: ItemStore<E>, Cold: ItemStore<E>> HotColdDB<E, Hot, Cold>
26702670
ops.push(StoreOp::DeleteExecutionPayload(block_root));
26712671
}
26722672

2673-
if slot < anchor_info.oldest_block_slot {
2673+
if slot <= anchor_info.oldest_block_slot {
26742674
info!(
26752675
self.log,
26762676
"Payload pruning reached anchor oldest block slot";

0 commit comments

Comments
 (0)