Remove TODO comment

This commit is contained in:
Paweł Bylica 2014-12-17 14:41:24 +01:00
parent 8f3edbcdb3
commit dd63bb30eb

View file

@ -70,7 +70,7 @@ extern "C"
if (_env->depth == 1024) if (_env->depth == 1024)
jit::terminate(jit::ReturnCode::OutOfGas); jit::terminate(jit::ReturnCode::OutOfGas);
assert(_env->depth < 1024); // TODO: Handle call depth assert(_env->depth < 1024);
auto value = llvm2eth(*_value); auto value = llvm2eth(*_value);
if (_env->balance(_env->myAddress) >= value) if (_env->balance(_env->myAddress) >= value)