update clearnet pricenode address to port 8078

This commit is contained in:
woodser 2024-02-04 08:50:35 -05:00
parent c908294250
commit d1d6576986

View File

@ -116,7 +116,7 @@ public class ProvidersRepository {
providers = List.of(
"http://localhost:8078/",
"https://price.haveno.network/",
"http://173.230.142.36:8080/");
"http://173.230.142.36:8078/");
} else {
providers = DEFAULT_NODES;
}