mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
beacon/light/api: remove unused field
This commit is contained in:
parent
b6674378ae
commit
217e69ea6b
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ type ApiServer struct {
|
||||||
api *BeaconLightApi
|
api *BeaconLightApi
|
||||||
eventCallback func(event request.Event)
|
eventCallback func(event request.Event)
|
||||||
unsubscribe func()
|
unsubscribe func()
|
||||||
lastId uint64
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewApiServer creates a new ApiServer.
|
// NewApiServer creates a new ApiServer.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue