mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 08:14:15 +00:00
only set as testing when not in meshnet mode
This commit is contained in:
parent
866cf940da
commit
fff3587d99
@ -472,7 +472,10 @@ namespace transport
|
||||
{
|
||||
if (m_SSUServer)
|
||||
{
|
||||
#ifndef MESHNET
|
||||
i2p::context.SetStatus (eRouterStatusTesting);
|
||||
#endif
|
||||
|
||||
for (int i = 0; i < 5; i++)
|
||||
{
|
||||
auto router = i2p::data::netdb.GetRandomPeerTestRouter ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user