Updated tests

This commit is contained in:
obscuren
2015-01-06 20:22:31 +01:00
parent 25e6c4eff8
commit f0ec751237
4 changed files with 434 additions and 52 deletions

View File

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