Correct spelling error

This commit is contained in:
Nick Johnson 2018-10-18 14:19:38 +01:00
parent 532ec8e2c1
commit c104779057

View file

@ -743,7 +743,7 @@ func (b *Block) Logs(ctx context.Context, args struct{ Filter BlockFilterCriteri
return runFilter(ctx, b.backend, filter)
}
// Resolver is the top-level object in the GraphQL heirarchy.
// Resolver is the top-level object in the GraphQL hierarchy.
type Resolver struct {
backend *eth.EthAPIBackend
}