Fix more comments

This commit is contained in:
Pawan Dhananjay
2026-06-04 17:02:37 -07:00
parent 7b11ae17fb
commit 23abee8ffe

View File

@@ -118,7 +118,8 @@ impl<E: EthSpec> RangeSyncBlock<E> {
Ok(Self::Base(available_block))
}
/// Constructs a Gloas `RangeSyncBlock` with block and optional envelope.
/// Constructs a Gloas `RangeSyncBlock` with block and optional `AvailableEnvelope`
/// which wraps the payload envelope with its data columns.
///
/// This function only checks for consistency between the block and the envelope
/// if envelope.is_some() == true .