p2p: init hashes after deserializing a network address

Fixes multiple connections to the same address
This commit is contained in:
moneromooo-monero
2017-08-23 13:32:02 +01:00
parent 4466b6d1b0
commit e3c4395ab7

View File

@@ -59,6 +59,8 @@ namespace boost
{
a & na.m_ip;
a & na.m_port;
if (!typename Archive::is_saving())
na.init_ids();
}