File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -127,15 +127,14 @@ namespace nodetool
127127 virtual std::map<std::string, time_t > get_blocked_hosts () { CRITICAL_REGION_LOCAL (m_blocked_hosts_lock); return m_blocked_hosts; }
128128 private:
129129 const std::vector<std::string> m_seed_nodes_list =
130- { " euseed2.x-cash.org:18280"
130+ { " euseed1.x-cash.org:18280"
131+ , " euseed2.x-cash.org:18280"
131132 , " euseed3.x-cash.org:18280"
132- , " euseed4.x-cash.org:18280"
133- , " euseed5.x-cash.org:18280"
134133 , " usseed1.x-cash.org:18280"
135134 , " usseed2.x-cash.org:18280"
135+ , " usseed3.x-cash.org:18280"
136136 , " asiaseed1.x-cash.org:18280"
137137 , " asiaseed2.x-cash.org:18280"
138- , " asiaseed3.x-cash.org:18280"
139138 };
140139 bool islimitup=false ;
141140 bool islimitdown=false ;
You can’t perform that action at this time.
0 commit comments