Fix typo in graphql.go

This commit is contained in:
Nick Johnson 2019-01-16 08:54:26 +13:00 committed by GitHub
parent 81efd4b881
commit 27e746580c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -344,7 +344,7 @@ type Block struct {
receipts []*types.Receipt
}
// resolve returns the internal Block object represennting this block, fetching
// resolve returns the internal Block object representing this block, fetching
// it if necessary.
func (b *Block) resolve(ctx context.Context) (*types.Block, error) {
if b.block != nil {