Remove the extra comma from seed node list
This commit is contained in:
parent
16b34f66be
commit
65f7c1ca62
1 changed files with 1 additions and 1 deletions
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue