reclassify public nodes and use if no provided nodes available (#1315)

This commit is contained in:
woodser 2024-10-12 06:18:16 -04:00 committed by GitHub
parent ddb48d1846
commit 58787a1d31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 42 additions and 17 deletions

View file

@ -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