2nd seed node added

This commit is contained in:
thankful_for_today 2014-04-30 14:33:18 +04:00
parent 0fd82c910b
commit 7b582fec55
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ namespace nodetool
bool node_server<t_payload_net_handler>::init(const boost::program_options::variables_map& vm)
{
ADD_HARDCODED_SEED_NODE("107.158.233.98:18080");
ADD_HARDCODED_SEED_NODE("64.22.111.2:18080");
bool res = handle_command_line(vm);
CHECK_AND_ASSERT_MES(res, false, "Failed to handle command line");