We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dece49f commit f3472dfCopy full SHA for f3472df
core/evm.go
@@ -31,7 +31,7 @@ type ChainContext interface {
31
// Engine retrieves the chain's consensus engine.
32
Engine() consensus.Engine
33
34
- // GetHeader returns the hash corresponding to their hash.
+ // GetHeader returns the header corresponding to the hash/number argument pair.
35
GetHeader(common.Hash, uint64) *types.Header
36
}
37
0 commit comments