mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
core/exex/exex: fix typo
This commit is contained in:
parent
e0b4a396f7
commit
f890012043
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue