aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorplowsof <77655812+plowsof@users.noreply.github.com>2025-02-09 23:58:55 +0000
committerGitHub <noreply@github.com>2025-02-09 23:58:55 +0000
commit97746a41b5f6176d2d262078141bce3c42a04329 (patch)
tree50269b4fd3347f7075ad8619bfcb54601996a0cc
parent5e31c0adf2dd381be0da6e8c471cfeccb8ba594b (diff)
downloadmonzero-core-97746a41b5f6176d2d262078141bce3c42a04329.tar.gz
monzero-core-97746a41b5f6176d2d262078141bce3c42a04329.tar.xz
monzero-core-97746a41b5f6176d2d262078141bce3c42a04329.zip
p2p/net_node.inl : update seed node
-rw-r--r--src/p2p/net_node.inl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl
index 51825d1a5..e1a1db9a8 100644
--- a/src/p2p/net_node.inl
+++ b/src/p2p/net_node.inl
@@ -739,7 +739,7 @@ namespace nodetool
full_addrs.insert("51.79.173.165:28080");
full_addrs.insert("192.99.8.110:28080");
full_addrs.insert("37.187.74.171:28080");
- full_addrs.insert("77.172.183.193:28080");
+ full_addrs.insert("88.99.195.15:28080");
}
else if (m_nettype == cryptonote::STAGENET)
{
@@ -747,7 +747,7 @@ namespace nodetool
full_addrs.insert("51.79.173.165:38080");
full_addrs.insert("192.99.8.110:38080");
full_addrs.insert("37.187.74.171:38080");
- full_addrs.insert("77.172.183.193:38080");
+ full_addrs.insert("88.99.195.15:38080");
}
else if (m_nettype == cryptonote::FAKECHAIN)
{
@@ -760,7 +760,7 @@ namespace nodetool
full_addrs.insert("51.79.173.165:18080");
full_addrs.insert("192.99.8.110:18080");
full_addrs.insert("37.187.74.171:18080");
- full_addrs.insert("77.172.183.193:18080");
+ full_addrs.insert("88.99.195.15:18080");
}
return full_addrs;
}