aboutsummaryrefslogtreecommitdiffstats
path: root/vm
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-07 03:22:31 +0800
committerobscuren <geffobscura@gmail.com>2015-01-07 03:22:31 +0800
commitf0ec75123747424ab2606fe6ef650b13520fac22 (patch)
tree373cbafceab8ec040fc06e04c93120c7ba7722f0 /vm
parent25e6c4eff8364770cfd2908db9c54a012b9e4ec4 (diff)
downloaddexon-f0ec75123747424ab2606fe6ef650b13520fac22.tar
dexon-f0ec75123747424ab2606fe6ef650b13520fac22.tar.gz
dexon-f0ec75123747424ab2606fe6ef650b13520fac22.tar.bz2
dexon-f0ec75123747424ab2606fe6ef650b13520fac22.tar.lz
dexon-f0ec75123747424ab2606fe6ef650b13520fac22.tar.xz
dexon-f0ec75123747424ab2606fe6ef650b13520fac22.tar.zst
dexon-f0ec75123747424ab2606fe6ef650b13520fac22.zip
Updated tests
Diffstat (limited to 'vm')
-rw-r--r--vm/common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/common.go b/vm/common.go
index acf18eede..f19b0fe4b 100644
--- a/vm/common.go
+++ b/vm/common.go
@@ -49,7 +49,7 @@ var (
S256 = ethutil.S256
)
-const MaxCallDepth = 1024
+const MaxCallDepth = 1025
func calcMemSize(off, l *big.Int) *big.Int {
if l.Cmp(ethutil.Big0) == 0 {