As per title.
depends D1074
make check
Build Bitcoin-ABC :: Diffs :: Bitcoin-ABC Diff Testing started.
Build Bitcoin-ABC :: Diffs :: Bitcoin-ABC Diff Testing passed.
Lookg good
This should be more explicit, like:
BOOST_CHECK(uc1 == CUtxoCommit())
This prevents changes in test behavior if uc3 is modified before this check.
Comment the beginning of this block of code. Something similar to: Test utxo commitment equality
Also comment here: Test clear behavior
Improve test readability.