use dns seed nodes from MainNetParams on stagenet

This commit is contained in:
woodser 2024-05-05 11:11:48 -04:00
parent f99fab8515
commit 78ae449e18
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ public enum BaseCurrencyNetwork {
} }
} }
private static class XmrStageNetParams extends RegTestParams { private static class XmrStageNetParams extends MainNetParams {
@Override @Override
public MonetaryFormat getMonetaryFormat() { public MonetaryFormat getMonetaryFormat() {
return XMR_MONETARY_FORMAT; return XMR_MONETARY_FORMAT;

View file

@ -226,7 +226,7 @@ public class WalletsSetup {
walletConfig.connectToLocalHost(); walletConfig.connectToLocalHost();
} else { } else {
try { try {
//configPeerNodes(socks5Proxy); configPeerNodes(socks5Proxy);
} catch (IllegalArgumentException e) { } catch (IllegalArgumentException e) {
timeoutTimer.stop(); timeoutTimer.stop();
walletsSetupFailed.set(true); walletsSetupFailed.set(true);