diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2022-03-18 16:34:16 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2022-03-18 16:34:16 -0500 |
| commit | 70ceab6c104d5792a7dbbe96efbcc9efcb51c822 (patch) | |
| tree | 822fbfb2d6b4b0dccad7f4de8f8e5551ba36ee52 /src | |
| parent | 427bd85893d428aa2c4274dbd15166af8c67d492 (diff) | |
| parent | f22051d38231aedc9f15e49c9c1c761db04351c7 (diff) | |
| download | monzero-core-70ceab6c104d5792a7dbbe96efbcc9efcb51c822.tar.gz monzero-core-70ceab6c104d5792a7dbbe96efbcc9efcb51c822.tar.xz monzero-core-70ceab6c104d5792a7dbbe96efbcc9efcb51c822.zip | |
Merge pull request #8216
f22051d replace erciccione's seednode with one on haveno's infrastructure (erciccione)
Diffstat (limited to 'src')
| -rw-r--r-- | src/p2p/net_node.inl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl index 86c29b4db..199601d00 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -717,7 +717,7 @@ namespace nodetool full_addrs.insert("176.9.0.187:18080"); full_addrs.insert("88.198.163.90:18080"); full_addrs.insert("95.217.25.101:18080"); - full_addrs.insert("209.250.243.248:18080"); + full_addrs.insert("136.244.105.131:18080"); full_addrs.insert("104.238.221.81:18080"); full_addrs.insert("66.85.74.134:18080"); full_addrs.insert("88.99.173.38:18080"); |
