additional log

This commit is contained in:
obscuren
2014-12-12 13:26:01 +01:00
parent 0d57ca486a
commit 05fd1dafe2
2 changed files with 3 additions and 4 deletions

View File

@ -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 {