mirror of
https://github.com/monero-project/monero.git
synced 2024-12-25 21:19:26 -05:00
2nd seed node added
This commit is contained in:
parent
0fd82c910b
commit
7b582fec55
@ -193,6 +193,7 @@ namespace nodetool
|
|||||||
bool node_server<t_payload_net_handler>::init(const boost::program_options::variables_map& vm)
|
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("107.158.233.98:18080");
|
||||||
|
ADD_HARDCODED_SEED_NODE("64.22.111.2:18080");
|
||||||
|
|
||||||
bool res = handle_command_line(vm);
|
bool res = handle_command_line(vm);
|
||||||
CHECK_AND_ASSERT_MES(res, false, "Failed to handle command line");
|
CHECK_AND_ASSERT_MES(res, false, "Failed to handle command line");
|
||||||
|
Loading…
Reference in New Issue
Block a user