dtr-org/unit-e

Fix silenced tests in feature_block.py

castarco opened this issue · 1 comments

There's a return statement in the file feature_block.py, which is silencing some assertions:

return # TODO UNIT-E : Remove this return to re-enable the next assertions

We should remove it and fix them.

This was solved at the time of merging Bitcoin 0.17 into our master branch.