mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-15 04:26:37 +00:00
Accidentally changed max depth during testing & committed
This commit is contained in:
parent
05fd1dafe2
commit
25cf0c440c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue