Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing newline in util_ChainMerge test
This was causing a lot of test cases not not be very meaningful because multiple configuration options were combined into one line. The changes in test output with this fix make sense and look like: ```diff - testnet=1 regtest=1 || test + testnet=1 regtest=1 || error: Invalid combination of -regtest, -testnet and -chain. Can use at most one. ``` Issue was reported and debugged by Wladimir J. van der Laan <[email protected]> in bitcoin#17385 (comment)
- Loading branch information