mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-24 23:46:00 -04:00
reclassify public nodes and use if no provided nodes available (#1315)
This commit is contained in:
parent
ddb48d1846
commit
58787a1d31
6 changed files with 42 additions and 17 deletions
|
@ -58,7 +58,7 @@ public class PreferencesTest {
|
|||
Config config = new Config();
|
||||
XmrLocalNode xmrLocalNode = new XmrLocalNode(config, preferences);
|
||||
preferences = new Preferences(
|
||||
persistenceManager, config, null);
|
||||
persistenceManager, config, null, null);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue