lighthouse/beacon_node/beacon_chain
Justin Traglia f2aabe915b Fix comment for blob sidecar observation pruning (#4893)
## Issue Addressed

The comment implies that observations for the given slot would be retained but they are not.

## Proposed Changes

I'm pretty sure the functionality is correct and the comment is slightly incorrect, so just update the comment. The comment needs to say something along the lines of "less than or equal to" rather than just "less than."

## Additional Info

It doesn't make sense to keep finalized observations since those are no longer accepted.
2023-11-03 12:38:13 +00:00
..
src Fix comment for blob sidecar observation pruning (#4893) 2023-11-03 12:38:13 +00:00
tests Add commmand for pruning states (#4835) 2023-11-03 00:12:19 +00:00
Cargo.toml Enable BLS portable feature on all CI tests (#4868) 2023-10-20 07:30:27 +00:00