mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-02 20:34:27 +00:00
Reduce diff
This commit is contained in:
@@ -111,7 +111,9 @@ impl<E: EthSpec> RangeSyncBlock<E> {
|
|||||||
.filter(|columns| !columns.is_empty()),
|
.filter(|columns| !columns.is_empty()),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
impl<E: EthSpec> RangeSyncBlock<E> {
|
||||||
/// Constructs a `RangeSyncBlock` from a block and availability data (pre-Gloas).
|
/// Constructs a `RangeSyncBlock` from a block and availability data (pre-Gloas).
|
||||||
pub fn new<T>(
|
pub fn new<T>(
|
||||||
block: Arc<SignedBeaconBlock<E>>,
|
block: Arc<SignedBeaconBlock<E>>,
|
||||||
|
|||||||
Reference in New Issue
Block a user