mirror of
https://github.com/boldsuck/haveno.git
synced 2025-01-03 14:49:25 +00:00
use dns seed nodes from MainNetParams on stagenet
This commit is contained in:
parent
f99fab8515
commit
78ae449e18
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue