aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/vm_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethchain/vm_test.go')
-rw-r--r--ethchain/vm_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethchain/vm_test.go b/ethchain/vm_test.go
index 5acc47659..c802420cb 100644
--- a/ethchain/vm_test.go
+++ b/ethchain/vm_test.go
@@ -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")