mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
Remove TODO comment
This commit is contained in:
parent
8f3edbcdb3
commit
dd63bb30eb
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ extern "C"
|
|||
if (_env->depth == 1024)
|
||||
jit::terminate(jit::ReturnCode::OutOfGas);
|
||||
|
||||
assert(_env->depth < 1024); // TODO: Handle call depth
|
||||
assert(_env->depth < 1024);
|
||||
|
||||
auto value = llvm2eth(*_value);
|
||||
if (_env->balance(_env->myAddress) >= value)
|
||||
|
|
|
|||
Loading…
Reference in a new issue