Skip to content

Commit f3472df

Browse files
int88holiman
authored andcommitted
core/evm: fix error in comment (ethereum#25040)
Co-authored-by: Martin Holst Swende <[email protected]>
1 parent dece49f commit f3472df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/evm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type ChainContext interface {
3131
// Engine retrieves the chain's consensus engine.
3232
Engine() consensus.Engine
3333

34-
// GetHeader returns the hash corresponding to their hash.
34+
// GetHeader returns the header corresponding to the hash/number argument pair.
3535
GetHeader(common.Hash, uint64) *types.Header
3636
}
3737

0 commit comments

Comments
 (0)