aboutsummaryrefslogtreecommitdiffstats
path: root/vm/common.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-12-12 20:26:01 +0800
committerobscuren <geffobscura@gmail.com>2014-12-12 20:26:01 +0800
commit05fd1dafe2c90d2acec4c2ea8619d8f656934a77 (patch)
treeb9441f2f610e5e8f9bc86cb50f98d9afea9a6ffa /vm/common.go
parent0d57ca486a4db9f2488df5f6be47eb9b09df2004 (diff)
downloaddexon-05fd1dafe2c90d2acec4c2ea8619d8f656934a77.tar.gz
dexon-05fd1dafe2c90d2acec4c2ea8619d8f656934a77.tar.zst
dexon-05fd1dafe2c90d2acec4c2ea8619d8f656934a77.zip
additional log
Diffstat (limited to 'vm/common.go')
-rw-r--r--vm/common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/common.go b/vm/common.go
index 592d44ccd..3d6d377ca 100644
--- a/vm/common.go
+++ b/vm/common.go
@@ -48,7 +48,7 @@ var (
S256 = ethutil.S256
)
-const MaxCallDepth = 1025
+const MaxCallDepth = 1024
func calcMemSize(off, l *big.Int) *big.Int {
if l.Cmp(ethutil.Big0) == 0 {