diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-04-21 09:14:38 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-04-21 09:14:38 -0500 |
| commit | 378cdeaeaeb1dadc2dd7a324927f1af226611254 (patch) | |
| tree | c0fa4d809d462e8053897ab40369e9ee46f2df77 /src | |
| parent | c846c8650eb8a4822f85b8464410fdc6f8e55a8f (diff) | |
| parent | 79a1653a079e01f2e49963418d2d3fcc1fd44dd7 (diff) | |
| download | monzero-core-378cdeaeaeb1dadc2dd7a324927f1af226611254.tar.gz monzero-core-378cdeaeaeb1dadc2dd7a324927f1af226611254.tar.xz monzero-core-378cdeaeaeb1dadc2dd7a324927f1af226611254.zip | |
Merge pull request #6470
79a1653 p2p: add seed node. (guywillett)
Diffstat (limited to 'src')
| -rw-r--r-- | src/p2p/net_node.inl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl index 4c253b673..9ff2627d0 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -629,6 +629,7 @@ namespace nodetool full_addrs.insert("212.83.172.165:18080"); full_addrs.insert("192.110.160.146:18080"); full_addrs.insert("88.198.163.90:18080"); + full_addrs.insert("95.217.25.101:18080"); } return full_addrs; } |
