Skip to content

Commit

Permalink
Merge branch 'master' into release-v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
codeman-crypto authored Apr 23, 2019
2 parents 58bac12 + 266b7d2 commit bc5ddb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/p2p/net_node.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ namespace nodetool
private:
const std::vector<std::string> m_seed_nodes_list =
{
// TODO(beldex): "seeds.beldex.network"
"35.207.13.80:19090",
// TODO(beldex): "seeds.beldexcoin.com"
"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 bc5ddb9

Please sign in to comment.