minor change

pull/3610/head
Rongjian Lan 4 years ago
parent b6ca283a8a
commit faf89361d6
  1. 2
      hmy/downloader/beaconhelper.go

@ -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()

Loading…
Cancel
Save