Do not use peer_id tracking method over i2p/tor

This commit is contained in:
Lee Clagett
2020-11-12 16:42:49 -05:00
parent 8b3b106ad1
commit 13350f79df
2 changed files with 51 additions and 40 deletions

View File

@@ -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)
{}