Skip to content

Commit

Permalink
core/evm: fix error in comment (ethereum#25040)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Holst Swende <martin@swende.se>
  • Loading branch information
2 people authored and jagdeep sidhu committed Jun 13, 2022
1 parent f6a59fc commit 6b9b399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/evm.go
Expand Up @@ -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
// SYSCOIN
ReadSYSHash(uint64) []byte
Expand Down

0 comments on commit 6b9b399

Please sign in to comment.