mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
tx_pool: fix serialization of new relayed data
This commit is contained in:
parent
601ad76a5e
commit
a7e817482c
1 changed files with 0 additions and 2 deletions
|
@ -239,8 +239,6 @@ namespace boost
|
||||||
ar & td.last_failed_height;
|
ar & td.last_failed_height;
|
||||||
ar & td.last_failed_id;
|
ar & td.last_failed_id;
|
||||||
ar & td.receive_time;
|
ar & td.receive_time;
|
||||||
if (version < 9)
|
|
||||||
return;
|
|
||||||
ar & td.last_relayed_time;
|
ar & td.last_relayed_time;
|
||||||
ar & td.relayed;
|
ar & td.relayed;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue