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
public MonetaryFormat getMonetaryFormat() {
return XMR_MONETARY_FORMAT;