diff options
| author | guy <guy@cryptosphere-systems.com> | 2020-04-21 15:35:30 +0200 |
|---|---|---|
| committer | guy <guy@cryptosphere-systems.com> | 2020-04-21 15:35:30 +0200 |
| commit | 79a1653a079e01f2e49963418d2d3fcc1fd44dd7 (patch) | |
| tree | 5fab36a9827e9731cdee428574d56d572d077e95 /src | |
| parent | 9c660e159ee2d9e2f7c7b7f766193792706f90a3 (diff) | |
| download | monzero-core-79a1653a079e01f2e49963418d2d3fcc1fd44dd7.tar.gz monzero-core-79a1653a079e01f2e49963418d2d3fcc1fd44dd7.tar.xz monzero-core-79a1653a079e01f2e49963418d2d3fcc1fd44dd7.zip | |
p2p: add seed node.
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; } |
