mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Add second provider node
This commit is contained in:
parent
b17e4b4d72
commit
260ceda778
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public class ProvidersRepository {
|
|||
// providers = "http://localhost:8080/, http://37.139.14.34:8080/";
|
||||
providers = "http://37.139.14.34:8080/";
|
||||
} else {
|
||||
providers = "http://44mgyoe2b6oqiytt.onion/";
|
||||
providers = "http://44mgyoe2b6oqiytt.onion/, http://5bmpx76qllutpcyp.onion/";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue