Reduce diff

This commit is contained in:
Pawan Dhananjay
2026-06-22 15:51:56 -07:00
parent e1c1f07137
commit 8121189c91

View File

@@ -111,7 +111,9 @@ impl<E: EthSpec> RangeSyncBlock<E> {
.filter(|columns| !columns.is_empty()),
}
}
}
impl<E: EthSpec> RangeSyncBlock<E> {
/// Constructs a `RangeSyncBlock` from a block and availability data (pre-Gloas).
pub fn new<T>(
block: Arc<SignedBeaconBlock<E>>,