diff --git a/libevmjit-cpp/Env.cpp b/libevmjit-cpp/Env.cpp index 72dc062b43..def2e56932 100644 --- a/libevmjit-cpp/Env.cpp +++ b/libevmjit-cpp/Env.cpp @@ -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)