mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 05:07:12 +00:00
Fix TODO
This commit is contained in:
@@ -998,7 +998,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Publish partial columns without eager send
|
// Publish partial columns without eager send
|
||||||
// TODO(gloas): implement
|
// TODO(gloas): implement publish partial columns without eager send
|
||||||
if let Some(assembler) = self.chain.data_availability_checker.partial_assembler() {
|
if let Some(assembler) = self.chain.data_availability_checker.partial_assembler() {
|
||||||
let columns = assembler.get_partials_and_mark_as_local_fetched(block_root, &header);
|
let columns = assembler.get_partials_and_mark_as_local_fetched(block_root, &header);
|
||||||
if !columns.is_empty() {
|
if !columns.is_empty() {
|
||||||
|
|||||||
Reference in New Issue
Block a user