mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fixed a typo in graphql service
This commit is contained in:
parent
a305f5a08c
commit
c8c18ba7a4
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ type Service struct {
|
||||||
cors []string // Allowed CORS domains
|
cors []string // Allowed CORS domains
|
||||||
vhosts []string // Recognised vhosts
|
vhosts []string // Recognised vhosts
|
||||||
timeouts rpc.HTTPTimeouts // Timeout settings for HTTP requests.
|
timeouts rpc.HTTPTimeouts // Timeout settings for HTTP requests.
|
||||||
backend ethapi.Backend // The backend that queries will operate onn.
|
backend ethapi.Backend // The backend that queries will operate on.
|
||||||
handler http.Handler // The `http.Handler` used to answer queries.
|
handler http.Handler // The `http.Handler` used to answer queries.
|
||||||
listener net.Listener // The listening socket.
|
listener net.Listener // The listening socket.
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue