mirror of
https://github.com/monero-project/monero.git
synced 2025-12-22 23:26:44 -08:00
Do not use peer_id tracking method over i2p/tor
This commit is contained in:
@@ -149,7 +149,7 @@ namespace nodetool
|
||||
{
|
||||
config_t()
|
||||
: m_net_config(),
|
||||
m_peer_id(crypto::rand<uint64_t>()),
|
||||
m_peer_id(1),
|
||||
m_support_flags(0)
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user