1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

Merge pull request

e3c4395a p2p: init hashes after deserializing a network address (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2017-09-02 11:29:40 +02:00
commit 5551fcf60b
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

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