You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be reviewed carefully. The new availablecoins_test was
showing an intermittent error [1]. The test variants were split out into
their own test cases to work around the issue, but requires further
investigation.
[1]: ElementsProject#1370
upstream pull bitcoin/bitcoin#24584 introduces a new unit test
availablecoins_tests
about 30% of the time the test fails with "invalid schnorr signature" when trying to verify the signature of the transaction it has just created
this only occurs when the variants are all run in the same test.
splitting the tests into individual boost test cases works around the issue
this requires further investigation
debugging commit: delta1@0739a57
The text was updated successfully, but these errors were encountered: