small fixes

This commit is contained in:
Eitan Seri- Levi
2026-01-28 18:30:46 -08:00
parent 3df2cf8f7e
commit c26ad962bf
3 changed files with 2 additions and 7 deletions

View File

@@ -309,11 +309,9 @@ pub enum DBColumn {
/// non-temporary by the deletion of their state root from this column.
#[strum(serialize = "bst")]
BeaconStateTemporary,
/// Pre-gloas execution payloads for blocks more recent than the finalized checkpoint.
/// Execution payloads for blocks more recent than the finalized checkpoint.
#[strum(serialize = "exp")]
ExecPayload,
// TODO(gloas) once finalized envelope pruning is implemented this comment should be updated
// "Post-gloas execution payload envlopes for payloads more recent than the finalized checkpoint"
/// Post-gloas execution payload envelopes.
#[strum(serialize = "pay")]
PayloadEnvelope,