Commit 25cf0c44 authored by obscuren's avatar obscuren

Accidentally changed max depth during testing & committed

parent 05fd1daf
...@@ -48,7 +48,7 @@ var ( ...@@ -48,7 +48,7 @@ var (
S256 = ethutil.S256 S256 = ethutil.S256
) )
const MaxCallDepth = 1024 const MaxCallDepth = 1025
func calcMemSize(off, l *big.Int) *big.Int { func calcMemSize(off, l *big.Int) *big.Int {
if l.Cmp(ethutil.Big0) == 0 { if l.Cmp(ethutil.Big0) == 0 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment