diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-01-30 22:14:09 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-01-30 22:14:09 +0000 |
commit | a7e817482cc85539d80eaa7bd71516edc9362ecf (patch) | |
tree | 915ae376d58cb240a703f73e276688ba08a6312e /src/cryptonote_core | |
parent | hardfork: fix mixup in indexing variable in get_voting_info (diff) | |
download | monero-a7e817482cc85539d80eaa7bd71516edc9362ecf.tar.xz |
tx_pool: fix serialization of new relayed data
Diffstat (limited to 'src/cryptonote_core')
-rw-r--r-- | src/cryptonote_core/tx_pool.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cryptonote_core/tx_pool.h b/src/cryptonote_core/tx_pool.h index 34dc1f72f..9667e6159 100644 --- a/src/cryptonote_core/tx_pool.h +++ b/src/cryptonote_core/tx_pool.h @@ -239,8 +239,6 @@ namespace boost ar & td.last_failed_height; ar & td.last_failed_id; ar & td.receive_time; - if (version < 9) - return; ar & td.last_relayed_time; ar & td.relayed; } |