mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-17 02:38:34 +00:00
Fix more comments
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user