Skip to content

Commit

Permalink
core/evm: fix error in comment
Browse files Browse the repository at this point in the history
Signed-off-by: int88 <golden-miner@qq.com>
  • Loading branch information
int88 committed Jun 8, 2022
1 parent be97427 commit 2eb9e5f
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 their hash.
GetHeader(common.Hash, uint64) *types.Header
}

Expand Down

0 comments on commit 2eb9e5f

Please sign in to comment.