core/vm: typo

This commit is contained in:
cuiweixie 2024-10-14 14:43:55 +08:00
parent 16f64098b9
commit 005a005dcc

View file

@ -96,7 +96,7 @@ func opReturnDataLoad(pc *uint64, interpreter *EVMInterpreter, scope *ScopeConte
panic("not implemented") panic("not implemented")
} }
// opExtCall implements the EOFCREATE opcode // opExtCall implements the EXTCALL opcode
func opExtCall(pc *uint64, interpreter *EVMInterpreter, scope *ScopeContext) ([]byte, error) { func opExtCall(pc *uint64, interpreter *EVMInterpreter, scope *ScopeContext) ([]byte, error) {
panic("not implemented") panic("not implemented")
} }