Przeglądaj źródła

Accidentally changed max depth during testing & committed

obscuren 11 lat temu
rodzic
commit
25cf0c440c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      vm/common.go

+ 1 - 1
vm/common.go

@@ -48,7 +48,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 {