From 005a005dccbfd90e87ea2e34033badaa3df997be Mon Sep 17 00:00:00 2001 From: cuiweixie Date: Mon, 14 Oct 2024 14:43:55 +0800 Subject: [PATCH] core/vm: typo --- core/vm/eof_instructions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/vm/eof_instructions.go b/core/vm/eof_instructions.go index 800d14d7b8..fac6a395c9 100644 --- a/core/vm/eof_instructions.go +++ b/core/vm/eof_instructions.go @@ -96,7 +96,7 @@ func opReturnDataLoad(pc *uint64, interpreter *EVMInterpreter, scope *ScopeConte panic("not implemented") } -// opExtCall implements the EOFCREATE opcode +// opExtCall implements the EXTCALL opcode func opExtCall(pc *uint64, interpreter *EVMInterpreter, scope *ScopeContext) ([]byte, error) { panic("not implemented") }