mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-26 22:08:58 +01:00
This test returns the lowest weight solution. Other possibilities either exceed allowed weight or result in a higher weight. Add an assertion which shows that the lowest weight solution is found and update the test description accordingly. Remove the check that a result is returned since the expected result assertion implies a result.