mirror of
https://github.com/monero-project/monero.git
synced 2025-12-23 22:03:10 +01:00
p2p: always recreate a new peer id on startup
This prevents easy fingerprinting when you change IPs, and will be a must when kovri gets used.
This commit is contained in:
@@ -194,3 +194,5 @@ private:
|
||||
bool m_restricted;
|
||||
};
|
||||
}
|
||||
|
||||
BOOST_CLASS_VERSION(nodetool::node_server<cryptonote::t_cryptonote_protocol_handler<cryptonote::core> >, 1);
|
||||
|
||||
Reference in New Issue
Block a user