diff --git a/core/vm/interface.go b/core/vm/interface.go index 1ef91cf1d613de0f3d06c02183e38e2aaf57d875..d176f5b3977b21cdaa9b638f48fe444aefdcdb61 100644 --- a/core/vm/interface.go +++ b/core/vm/interface.go @@ -64,7 +64,7 @@ type StateDB interface { ForEachStorage(common.Address, func(common.Hash, common.Hash) bool) } -// CallContext provides a basic interface for the EVM calling conventions. The EVM EVM +// CallContext provides a basic interface for the EVM calling conventions. The EVM // depends on this context being implemented for doing subcalls and initialising new EVM contracts. type CallContext interface { // Call another contract