|
|
|
@ -129,7 +129,7 @@ func (bh *beaconHelper) insertLastMileBlocks() (inserted int, bn uint64, err err |
|
|
|
|
} |
|
|
|
|
bh.logger.Info().Uint64("number", b.NumberU64()).Msg("Inserted block from beacon pub-sub") |
|
|
|
|
// TODO: clean up insertHook since for beacon chain sync, we shouldn't broadcast crosslinks for all sync nodes.
|
|
|
|
|
// Crosslink broadcasting is a live operation relative to the beacon consensus, which should only
|
|
|
|
|
// Crosslink broadcasting is a live operation related to the beacon consensus, which should only
|
|
|
|
|
// be triggered when there is a new beacon block produced.
|
|
|
|
|
//if bh.insertHook != nil {
|
|
|
|
|
// bh.insertHook()
|
|
|
|
|