Skip to content

Commit

Permalink
Add alt's seed node
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed Jan 13, 2016
1 parent 65f7c1c commit d6db289
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/app/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ namespace detail {
"185.25.22.21:1776", // liondani (greece)
"23.95.43.126:50696", // iHashFury
"109.73.172.144:50696", // iHashFury
"128.199.143.47:2015" // Harvey
"128.199.143.47:2015", // Harvey
"106.185.26.162:34045" // alt
};
for( const string& endpoint_string : seeds )
{
Expand Down

0 comments on commit d6db289

Please sign in to comment.