Skip to content

Commit

Permalink
Merge pull request #5 from Beldex-Coin/release-v0.1.2
Browse files Browse the repository at this point in the history
Release v0.1.2
  • Loading branch information
codeman-crypto authored Apr 19, 2019
2 parents 73de30c + ab5c0aa commit 266b7d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/p2p/net_node.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ namespace nodetool
const std::vector<std::string> m_seed_nodes_list =
{
// TODO(beldex): "seeds.loki.network"
"35.207.13.80:19090",
"34.85.44.103:19090",
"35.211.123.115:19090",
"35.228.216.218:19090",
"35.228.9.140:19090",
Expand Down
2 changes: 1 addition & 1 deletion src/p2p/net_node.inl
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ namespace nodetool
}
else
{
full_addrs.insert("35.207.13.80:19090");
full_addrs.insert("34.85.44.103:19090");
full_addrs.insert("35.211.123.115:19090");
full_addrs.insert("35.228.216.218:19090");
full_addrs.insert("35.228.9.140:19090");
Expand Down

0 comments on commit 266b7d2

Please sign in to comment.