Remove the extra comma from seed node list

This commit is contained in:
abitmore 2016-01-12 23:04:27 +01:00
parent 16b34f66be
commit 65f7c1ca62

View file

@ -164,7 +164,7 @@ 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
};
for( const string& endpoint_string : seeds )
{