Change default seed node
This commit is contained in:
parent
d245b70d70
commit
32758955df
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ namespace detail {
|
|||
else
|
||||
{
|
||||
vector<string> seeds = {
|
||||
"peerplays.blocktrades.info:2776"
|
||||
"190.14.37.222:2776"
|
||||
};
|
||||
for( const string& endpoint_string : seeds )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue