good morning!!!!

Skip to content
Snippets Groups Projects
Commit 72c820c4 authored by Liang ZOU's avatar Liang ZOU Committed by Péter Szilágyi
Browse files

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

parent 3ff2f756
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment