mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-22 20:19:21 +00:00
update clearnet pricenode address to port 8078
This commit is contained in:
parent
c908294250
commit
d1d6576986
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ public class ProvidersRepository {
|
||||||
providers = List.of(
|
providers = List.of(
|
||||||
"http://localhost:8078/",
|
"http://localhost:8078/",
|
||||||
"https://price.haveno.network/",
|
"https://price.haveno.network/",
|
||||||
"http://173.230.142.36:8080/");
|
"http://173.230.142.36:8078/");
|
||||||
} else {
|
} else {
|
||||||
providers = DEFAULT_NODES;
|
providers = DEFAULT_NODES;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue