Update application.cpp
remove old seed node
This commit is contained in:
parent
252e34a3e1
commit
4d0d3fb313
1 changed files with 1 additions and 2 deletions
|
|
@ -176,8 +176,7 @@ namespace detail {
|
|||
"104.236.144.84:1777", // puppies
|
||||
"40.127.190.171:1777", // betax
|
||||
"185.25.22.21:1776", // liondani (greece)
|
||||
"212.47.249.84:50696", // iHashFury (France)
|
||||
"104.168.154.160:50696", // iHashFury (USA)
|
||||
"212.47.249.84:50696", // iHashFury
|
||||
"128.199.143.47:2015" // Harvey
|
||||
};
|
||||
for( const string& endpoint_string : seeds )
|
||||
|
|
|
|||
Loading…
Reference in a new issue