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

Co-authored-by: Martin Holst Swende <martin@swende.se>
This commit is contained in:
int88
2022-06-08 18:40:37 +02:00
committed by GitHub
co-authored by Martin Holst Swende
parent f5037185aa
commit 594e321662
+1 -1
View File
@@ -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
}