fixed a typo in graphql service

This commit is contained in:
renaynay 2020-03-27 09:28:12 +01:00
parent a305f5a08c
commit c8c18ba7a4
No known key found for this signature in database
GPG key ID: 731E44FAAFCD0274

View file

@ -35,7 +35,7 @@ type Service struct {
cors []string // Allowed CORS domains
vhosts []string // Recognised vhosts
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.
listener net.Listener // The listening socket.
}