mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-11-10 05:03:35 +01:00
use dns seed nodes from MainNetParams on stagenet
This commit is contained in:
parent
f99fab8515
commit
78ae449e18
@ -76,7 +76,7 @@ public enum BaseCurrencyNetwork {
|
||||
}
|
||||
}
|
||||
|
||||
private static class XmrStageNetParams extends RegTestParams {
|
||||
private static class XmrStageNetParams extends MainNetParams {
|
||||
@Override
|
||||
public MonetaryFormat getMonetaryFormat() {
|
||||
return XMR_MONETARY_FORMAT;
|
||||
|
@ -226,7 +226,7 @@ public class WalletsSetup {
|
||||
walletConfig.connectToLocalHost();
|
||||
} else {
|
||||
try {
|
||||
//configPeerNodes(socks5Proxy);
|
||||
configPeerNodes(socks5Proxy);
|
||||
} catch (IllegalArgumentException e) {
|
||||
timeoutTimer.stop();
|
||||
walletsSetupFailed.set(true);
|
||||
|
Loading…
Reference in New Issue
Block a user