mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
2nd seed node added
This commit is contained in:
parent
0fd82c910b
commit
7b582fec55
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue