Skip to content

Commit

Permalink
Update seed nodes part 1
Browse files Browse the repository at this point in the history
Update seed nodes part 1
  • Loading branch information
X-CASH-official committed Nov 24, 2018
1 parent c69ade9 commit 4c16564
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/p2p/net_node.h
Expand Up @@ -127,15 +127,14 @@ namespace nodetool
virtual std::map<std::string, time_t> get_blocked_hosts() { CRITICAL_REGION_LOCAL(m_blocked_hosts_lock); return m_blocked_hosts; }
private:
const std::vector<std::string> m_seed_nodes_list =
{ "euseed2.x-cash.org:18280"
{ "euseed1.x-cash.org:18280"
, "euseed2.x-cash.org:18280"
, "euseed3.x-cash.org:18280"
, "euseed4.x-cash.org:18280"
, "euseed5.x-cash.org:18280"
, "usseed1.x-cash.org:18280"
, "usseed2.x-cash.org:18280"
, "usseed3.x-cash.org:18280"
, "asiaseed1.x-cash.org:18280"
, "asiaseed2.x-cash.org:18280"
, "asiaseed3.x-cash.org:18280"
};
bool islimitup=false;
bool islimitdown=false;
Expand Down

0 comments on commit 4c16564

Please sign in to comment.