aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/block_manager_test.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-02-21 19:37:16 +0800
committerobscuren <geffobscura@gmail.com>2014-02-21 19:37:16 +0800
commit18cc35338afc8a3843716af0d96bd03d36e735ea (patch)
treef6dead08baf0c53a3dbce91c1a614d5e09eb6551 /ethchain/block_manager_test.go
parent681eacaa7fdda41fe168baba03095ee74708444f (diff)
downloaddexon-18cc35338afc8a3843716af0d96bd03d36e735ea.tar.gz
dexon-18cc35338afc8a3843716af0d96bd03d36e735ea.tar.zst
dexon-18cc35338afc8a3843716af0d96bd03d36e735ea.zip
Fixed contract running
Diffstat (limited to 'ethchain/block_manager_test.go')
-rw-r--r--ethchain/block_manager_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ethchain/block_manager_test.go b/ethchain/block_manager_test.go
index ae29e2e25..853d459d8 100644
--- a/ethchain/block_manager_test.go
+++ b/ethchain/block_manager_test.go
@@ -22,7 +22,6 @@ func TestVm(t *testing.T) {
"1",
"PUSH",
"2",
-
"STOP",
})
bm.ApplyTransactions(block, []*Transaction{ctrct})