mirror of
https://github.com/monero-project/monero.git
synced 2025-12-23 07:29:11 -08:00
Merge pull request #7017
13350f79d Do not use peer_id tracking method over i2p/tor (Lee Clagett)
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