Unverified Commit 594e3216 authored by int88's avatar int88 Committed by GitHub

core/evm: fix error in comment (#25040)

Co-authored-by: 's avatarMartin Holst Swende <martin@swende.se>
parent f5037185
......@@ -31,7 +31,7 @@ type ChainContext interface {
// Engine retrieves the chain's consensus engine.
Engine() consensus.Engine
// GetHeader returns the hash corresponding to their hash.
// GetHeader returns the header corresponding to the hash/number argument pair.
GetHeader(common.Hash, uint64) *types.Header
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment