Browse Source

Remove TODO comment

cl-refactor
Paweł Bylica 10 years ago
parent
commit
dd63bb30eb
  1. 2
      libevmjit-cpp/Env.cpp

2
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)

Loading…
Cancel
Save