Update documentation

This commit is contained in:
Austin Roberts
2021-07-20 10:18:29 -05:00
parent c58a596a53
commit 2e7254e737
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ func (b *BlockUpdates) BlockUpdatesByNumber(ctx context.Context, number rpc.Bloc
return blockUpdates(ctx, block)
}
// BlockUPdatesByHash retrieves a block by hash, gets receipts and state
// BlockUpdatesByHash retrieves a block by hash, gets receipts and state
// updates, and serializes the response.
func (b *BlockUpdates) BlockUpdatesByHash(ctx context.Context, hash common.Hash) (map[string]interface{}, error) {
block, err := b.backend.BlockByHash(ctx, hash)