vm: fix typo 'EVM EVM' ==> 'EVM'

This commit is contained in:
liangdzou 2018-09-12 17:09:35 +08:00
parent ff3a5d24d2
commit 780577d6d5

View file

@ -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