浏览代码

core/vm: fix typo 'EVM EVM' ==> 'EVM' (#17654)

Liang ZOU 7 年之前
父节点
当前提交
72c820c49e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/vm/interface.go

+ 1 - 1
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