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 f6a59fc commit 6b9b399Copy full SHA for 6b9b399
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
// SYSCOIN
37
ReadSYSHash(uint64) []byte
0 commit comments