mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 11:23:26 +01:00
Merge pull request #2329
e3c4395a
p2p: init hashes after deserializing a network address (moneromooo-monero)
This commit is contained in:
commit
5551fcf60b
@ -59,6 +59,8 @@ namespace boost
|
||||
{
|
||||
a & na.m_ip;
|
||||
a & na.m_port;
|
||||
if (!typename Archive::is_saving())
|
||||
na.init_ids();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user