Accidentally changed max depth during testing & committed
This commit is contained in:
		@@ -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 {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user