diff --git a/beacon-chain/blockchain/fork_choice.go b/beacon-chain/blockchain/fork_choice.go index 6a95eeedac..3359a579ac 100644 --- a/beacon-chain/blockchain/fork_choice.go +++ b/beacon-chain/blockchain/fork_choice.go @@ -146,7 +146,6 @@ func (c *ChainService) ApplyForkChoiceRule(ctx context.Context, block *pb.Beacon if newState.Slot != postState.Slot { log.Warnf("Reorg happened, post state slot at %d, new head state at slot %d", postState.Slot-params.BeaconConfig().GenesisSlot, newState.Slot-params.BeaconConfig().GenesisSlot) - reorgCount.Inc() } reorgCount.Inc()