bisq/core/src/test
Alva Swanson f82cf97d58
Fix crash due to broken filter provided nodes merge
The filter provided nodes were added to a read-only List and this lead
to crashes at start-up. We didn't catch the bug before because the lists
in the tests are mutable. Now the FederatedBtcNodeProvider.getNodes
method operates on Streams.
2025-01-01 20:20:08 +00:00
..
java Fix crash due to broken filter provided nodes merge 2025-01-01 20:20:08 +00:00
resources Remove unused test resources 2024-06-28 12:41:13 +07:00