提交 25cf0c44 编写于 作者: O obscuren

Accidentally changed max depth during testing & committed

上级 05fd1daf
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册