From a9b825b376d51bcda3e07a0ae3928f3a4b04bc8f Mon Sep 17 00:00:00 2001 From: permor Date: Tue, 16 Apr 2024 00:25:06 +0900 Subject: [PATCH] beacon: fix typo --- beacon/light/request/scheduler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon/light/request/scheduler.go b/beacon/light/request/scheduler.go index 20f811900e..4b8f6ce570 100644 --- a/beacon/light/request/scheduler.go +++ b/beacon/light/request/scheduler.go @@ -65,7 +65,7 @@ type Requester interface { // allow new operations. type Scheduler struct { lock sync.Mutex - modules []Module // first has highest priority + modules []Module // first has the highest priority names map[Module]string servers map[server]struct{} targets map[targetData]uint64