diff --git a/core/evm.go b/core/evm.go index 536ac673e6a62..16e5aac57a781 100644 --- a/core/evm.go +++ b/core/evm.go @@ -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 }