Skip to content

Commit

Permalink
Add 2 more seed nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
hayzamjs committed Aug 17, 2019
1 parent a455713 commit f9c4465
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/p2p/net_node.inl
Original file line number Diff line number Diff line change
Expand Up @@ -570,8 +570,10 @@ namespace nodetool
}
else
{
full_addrs.insert("207.180.204.158:20188");
full_addrs.insert("207.180.204.158:20188"); //Thanks djeemienl
full_addrs.insert("164.68.117.160:20188"); //Thanks djeemienl
full_addrs.insert("149.91.82.185:20188");
full_addrs.insert("139.180.199.116:20188");
}
return full_addrs;
}
Expand Down

0 comments on commit f9c4465

Please sign in to comment.