dtr-org / unit-e

A digital currency for a new era of decentralized trust
https://unit-e.io
MIT License
45 stars 15 forks source link

Fix silenced tests in feature_block.py #923

Closed castarco closed 5 years ago

castarco commented 5 years ago

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

https://github.com/dtr-org/unit-e/blob/f8b92100a5346bb749445d8f872cd8eee8e3c0e1/test/functional/feature_block.py#L1478

We should remove it and fix them.

castarco commented 5 years ago

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