Skip to content

Commit

Permalink
use dns seed nodes from MainNetParams on stagenet
Browse files Browse the repository at this point in the history
woodser committed May 5, 2024
1 parent f99fab8 commit 78ae449
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ public MonetaryFormat getMonetaryFormat() {
}
}

private static class XmrStageNetParams extends RegTestParams {
private static class XmrStageNetParams extends MainNetParams {
@Override
public MonetaryFormat getMonetaryFormat() {
return XMR_MONETARY_FORMAT;
2 changes: 1 addition & 1 deletion core/src/main/java/haveno/core/xmr/setup/WalletsSetup.java
Original file line number Diff line number Diff line change
@@ -226,7 +226,7 @@ protected void onSetupCompleted() {
walletConfig.connectToLocalHost();
} else {
try {
//configPeerNodes(socks5Proxy);
configPeerNodes(socks5Proxy);
} catch (IllegalArgumentException e) {
timeoutTimer.stop();
walletsSetupFailed.set(true);

0 comments on commit 78ae449

Please sign in to comment.