diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-07 03:22:31 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-07 03:22:31 +0800 |
commit | f0ec75123747424ab2606fe6ef650b13520fac22 (patch) | |
tree | 373cbafceab8ec040fc06e04c93120c7ba7722f0 /vm | |
parent | 25e6c4eff8364770cfd2908db9c54a012b9e4ec4 (diff) | |
download | go-tangerine-f0ec75123747424ab2606fe6ef650b13520fac22.tar.gz go-tangerine-f0ec75123747424ab2606fe6ef650b13520fac22.tar.zst go-tangerine-f0ec75123747424ab2606fe6ef650b13520fac22.zip |
Updated tests
Diffstat (limited to 'vm')
-rw-r--r-- | vm/common.go | 2 |
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 { |