mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
core/vm: fix linter issue
This commit is contained in:
parent
d812571beb
commit
ea221535f5
1 changed files with 1 additions and 1 deletions
|
|
@ -30,4 +30,4 @@ const u256Len = 32
|
||||||
const u128Len = 16
|
const u128Len = 16
|
||||||
|
|
||||||
// Max recursion depth for contracts
|
// Max recursion depth for contracts
|
||||||
const maxCallDepth = 4
|
const maxCallDepth = 1024
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue