From f8900120435e9b11a2207a2b0b5cb311662c1233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Thu, 17 Oct 2024 22:05:18 +0300 Subject: [PATCH] core/exex/exex: fix typo --- core/exex/exex/adapter_chain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/exex/exex/adapter_chain.go b/core/exex/exex/adapter_chain.go index ce5eff068f..fea4fdcf09 100644 --- a/core/exex/exex/adapter_chain.go +++ b/core/exex/exex/adapter_chain.go @@ -89,7 +89,7 @@ func (a *chainAdapter) State(root common.Hash) exex.State { return wrapState(root, state, a.chain.Snapshots()) } -// Receipts retrieves a set of receits belonging to all transactions within +// Receipts retrieves a set of receipts belonging to all transactions within // a block from the canonical chain. Receipts on side-chains are not exposed // by the Chain interface. func (a *chainAdapter) Receipts(number uint64) []*types.Receipt {