From dd63bb30eb2e0253616a81f366682826153feae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Wed, 17 Dec 2014 14:41:24 +0100 Subject: [PATCH] Remove TODO comment --- libevmjit-cpp/Env.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libevmjit-cpp/Env.cpp b/libevmjit-cpp/Env.cpp index 72dc062b4..def2e5693 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)