mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
beacon: fix typo
This commit is contained in:
parent
8c26bbc6c2
commit
a9b825b376
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ type Requester interface {
|
||||||
// allow new operations.
|
// allow new operations.
|
||||||
type Scheduler struct {
|
type Scheduler struct {
|
||||||
lock sync.Mutex
|
lock sync.Mutex
|
||||||
modules []Module // first has highest priority
|
modules []Module // first has the highest priority
|
||||||
names map[Module]string
|
names map[Module]string
|
||||||
servers map[server]struct{}
|
servers map[server]struct{}
|
||||||
targets map[targetData]uint64
|
targets map[targetData]uint64
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue