mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
Fix typo in graphql.go
This commit is contained in:
parent
81efd4b881
commit
27e746580c
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ type Block struct {
|
||||||
receipts []*types.Receipt
|
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.
|
// it if necessary.
|
||||||
func (b *Block) resolve(ctx context.Context) (*types.Block, error) {
|
func (b *Block) resolve(ctx context.Context) (*types.Block, error) {
|
||||||
if b.block != nil {
|
if b.block != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue