This should fix the spurious comparison tool failures. See discussion here: #6305
The race fix was cherry-picked on top of the version we're currently using, so it should be functionally identical otherwise.
This should fix the spurious comparison tool failures.
See discussion here: https://github.com/bitcoin/bitcoin/pull/6305
The race fix was cherry-picked on top of the version we're currently using, so
it should be functionally identical otherwise.
ACK (actual code diff can be found here: https://github.com/bitcoinj/bitcoinj/commit/ce50e0b7558d623481c4bb5c18d136de85268b2e )
Confirmed, this one works.
ACK