Merge pull request #7017

13350f79d Do not use peer_id tracking method over i2p/tor (Lee Clagett)
This commit is contained in:
Alexander Blair
2020-12-04 13:21:12 -08:00
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)
{}