Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D3232
Change Details
Change Details
Old
New
Diff
Boost test macros try to output some message, which leads to a messy debug output when called in intricated threads. Use `assert` in these cases solves the issue.
Boost test macros try to output some message, which leads to a messy debug output when called in intricated threads. Use `assert` in these cases solves the issue. Backport of Core PR14069 https://github.com/bitcoin/bitcoin/pull/14069/files
Boost test macros try to output some message, which leads to a messy debug output when called in intricated threads. Use `assert` in these cases solves the issue.
Backport of Core PR14069 https://github.com/bitcoin/bitcoin/pull/14069/files
Continue