mirror of
https://github.com/monero-project/monero.git
synced 2025-07-09 16:49:23 -04:00
Merge pull request #2448
8133a642
p2p: init hashes after deserializing a network address (moneromooo-monero)
This commit is contained in:
commit
15b0ff2c32
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ namespace boost
|
|||
{
|
||||
a & na.m_ip;
|
||||
a & na.m_port;
|
||||
if (!typename Archive::is_saving())
|
||||
na.init_ids();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue