mirror of
https://github.com/monero-project/monero.git
synced 2025-11-29 16:46:39 -05:00
Merge pull request #7075
f3c0d4fprotocol: remove unused (and cunningly uninitialized) field (moneromooo-monero)8e62362p2p: ifx getting seed nodes for uncommon cases (moneromooo-monero)
This commit is contained in:
commit
7ee37e4b38
2 changed files with 3 additions and 3 deletions
|
|
@ -804,6 +804,7 @@ namespace nodetool
|
|||
"zbjkbsxc5munw3qusl7j2hpcmikhqocdf4pqhnhtpzw5nt5jrmofptid.onion:18083",
|
||||
};
|
||||
}
|
||||
return {};
|
||||
case epee::net_utils::zone::i2p:
|
||||
if (m_nettype == cryptonote::MAINNET)
|
||||
{
|
||||
|
|
@ -811,7 +812,8 @@ namespace nodetool
|
|||
"s3l6ke4ed3df466khuebb4poienoingwof7oxtbo6j4n56sghe3a.b32.i2p:18080",
|
||||
"sel36x6fibfzujwvt4hf5gxolz6kd3jpvbjqg6o3ud2xtionyl2q.b32.i2p:18080"
|
||||
};
|
||||
}
|
||||
}
|
||||
return {};
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue