mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
core/vm: caught an issue in type declaration
This commit is contained in:
parent
0f775eaf2d
commit
a59a081e4c
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ func eeiFuncs(in *InterpreterEWASM) []wasm.Function {
|
|||
Body: &wasm.FunctionBody{},
|
||||
},
|
||||
{
|
||||
Sig: &eeiTypes.Entries[5],
|
||||
Sig: &eeiTypes.Entries[7],
|
||||
Host: reflect.ValueOf(func(p *exec.Process) int32 { return getReturnDataSize(p, in) }),
|
||||
Body: &wasm.FunctionBody{},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue