We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f99fab8 commit 78ae449Copy full SHA for 78ae449
common/src/main/java/haveno/common/config/BaseCurrencyNetwork.java
@@ -76,7 +76,7 @@ public MonetaryFormat getMonetaryFormat() {
76
}
77
78
79
- private static class XmrStageNetParams extends RegTestParams {
+ private static class XmrStageNetParams extends MainNetParams {
80
@Override
81
public MonetaryFormat getMonetaryFormat() {
82
return XMR_MONETARY_FORMAT;
core/src/main/java/haveno/core/xmr/setup/WalletsSetup.java
@@ -226,7 +226,7 @@ protected void onSetupCompleted() {
226
walletConfig.connectToLocalHost();
227
} else {
228
try {
229
- //configPeerNodes(socks5Proxy);
+ configPeerNodes(socks5Proxy);
230
} catch (IllegalArgumentException e) {
231
timeoutTimer.stop();
232
walletsSetupFailed.set(true);
0 commit comments