Skip to content

Commit 78ae449

Browse files
committed
use dns seed nodes from MainNetParams on stagenet
1 parent f99fab8 commit 78ae449

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/src/main/java/haveno/common/config/BaseCurrencyNetwork.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public MonetaryFormat getMonetaryFormat() {
7676
}
7777
}
7878

79-
private static class XmrStageNetParams extends RegTestParams {
79+
private static class XmrStageNetParams extends MainNetParams {
8080
@Override
8181
public MonetaryFormat getMonetaryFormat() {
8282
return XMR_MONETARY_FORMAT;

core/src/main/java/haveno/core/xmr/setup/WalletsSetup.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ protected void onSetupCompleted() {
226226
walletConfig.connectToLocalHost();
227227
} else {
228228
try {
229-
//configPeerNodes(socks5Proxy);
229+
configPeerNodes(socks5Proxy);
230230
} catch (IllegalArgumentException e) {
231231
timeoutTimer.stop();
232232
walletsSetupFailed.set(true);

0 commit comments

Comments
 (0)