mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 13:17:09 +00:00
Update beacon_node/network/src/network_beacon_processor/gossip_methods.rs
Co-authored-by: Pawan Dhananjay <pawandhananjay@gmail.com>
This commit is contained in:
@@ -1055,7 +1055,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
|
|||||||
);
|
);
|
||||||
|
|
||||||
// If a block is in the da_checker, sync maybe awaiting for an event when block is finally
|
// If a block is in the da_checker, sync maybe awaiting for an event when block is finally
|
||||||
// imported. A block can become imported both after processing a block or data column. If a
|
// imported. A block can become imported both after processing a block or data column. If
|
||||||
// importing a block results in `Imported`, notify. Do not notify of data column errors.
|
// importing a block results in `Imported`, notify. Do not notify of data column errors.
|
||||||
self.send_sync_message(SyncMessage::GossipBlockProcessResult {
|
self.send_sync_message(SyncMessage::GossipBlockProcessResult {
|
||||||
block_root,
|
block_root,
|
||||||
|
|||||||
Reference in New Issue
Block a user