Skip to content

Commit

Permalink
p2p: update seed node ports
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarshall108 committed Apr 19, 2018
1 parent 6343d19 commit be919bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/p2p/net_node.inl
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ namespace nodetool
template<class t_payload_net_handler>
bool node_server<t_payload_net_handler>::init(const boost::program_options::variables_map& vm)
{
ADD_HARDCODED_SEED_NODE("144.217.84.29:11551");
ADD_HARDCODED_SEED_NODE("144.217.84.31:11551");
ADD_HARDCODED_SEED_NODE("144.217.84.29:5551");
ADD_HARDCODED_SEED_NODE("144.217.84.31:5551");

bool res = handle_command_line(vm);
CHECK_AND_ASSERT_MES(res, false, "Failed to handle command line");
Expand Down

0 comments on commit be919bf

Please sign in to comment.