mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-07 20:05:05 +00:00
Update vm_test.go
store ...
This commit is contained in:
parent
75e6406c1f
commit
60fd2f3521
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ d = store[0]
|
|||
|
||||
asm, _ := mutan.NewCompiler().Compile(strings.NewReader(`
|
||||
a = 3 + 3
|
||||
stotre[1000] = a
|
||||
store[1000] = a
|
||||
store[1000]
|
||||
`))
|
||||
asm = append(asm, "LOG")
|
||||
|
|
|
|||
Loading…
Reference in a new issue