From faf89361d6ccab3824b6702a01218a696a7b7428 Mon Sep 17 00:00:00 2001 From: Rongjian Lan Date: Wed, 24 Mar 2021 22:30:33 -0700 Subject: [PATCH] minor change --- hmy/downloader/beaconhelper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hmy/downloader/beaconhelper.go b/hmy/downloader/beaconhelper.go index 14fadeef8..ee0560383 100644 --- a/hmy/downloader/beaconhelper.go +++ b/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()