mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-15 04:26:37 +00:00
core/vm: fix typo 'EVM EVM' ==> 'EVM' (#17654)
This commit is contained in:
parent
3ff2f75636
commit
72c820c49e
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ type StateDB interface {
|
||||||
ForEachStorage(common.Address, func(common.Hash, common.Hash) bool)
|
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.
|
// depends on this context being implemented for doing subcalls and initialising new EVM contracts.
|
||||||
type CallContext interface {
|
type CallContext interface {
|
||||||
// Call another contract
|
// Call another contract
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue