forked from lthn/blockchain
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
6bc491e7e2
commit
1f3c167427
1 changed files with 0 additions and 1 deletions
|
|
@ -434,7 +434,6 @@ namespace nodetool
|
|||
{
|
||||
#ifndef TESTNET
|
||||
//TODO:
|
||||
// ADD_HARDCODED_SEED_NODE(std::string("0.0.0.0:") + std::to_string(P2P_DEFAULT_PORT));
|
||||
ADD_HARDCODED_SEED_NODE("116.202.82.115", P2P_DEFAULT_PORT); // Hetzner
|
||||
ADD_HARDCODED_SEED_NODE("34.13.212.174", P2P_DEFAULT_PORT); // Google
|
||||
//ADD_HARDCODED_SEED_NODE("94.130.137.230", P2P_DEFAULT_PORT);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue