mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
Update client.go
This commit is contained in:
parent
46a8449b6f
commit
6a494f5d9d
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ func (c *Client) Start() error {
|
|||
c.scheduler.Start()
|
||||
for _, url := range c.urls {
|
||||
beaconApi := api.NewBeaconLightApi(url, c.customHeader)
|
||||
c.scheduler.RegisterServer(request.NewServer(api.NewApiServer(beaconApi), &mclock.System{}))
|
||||
c.scheduler.RegisterServer(request.NewServer(api.NewApiServer(beaconAPI), &mclock.System{}))
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue