wownero/src/cryptonote_core
moneromooo-monero 2efbd5f0cc
cryptonote: fix reuse of non default tx data when relaying
An automatic tx variable is initialized properly on the first
run through the loop, but not the second. Moving the variable
inside the loop ensures the ctor is called again to init it.
2020-04-22 16:50:20 +00:00
..
blockchain_storage_boost_serialization.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
blockchain.cpp Merge pull request #6358 2020-04-10 16:01:37 -05:00
blockchain.h Merge pull request #6347 2020-04-04 12:52:46 -05:00
CMakeLists.txt core: move hardforks into its own lib 2019-09-19 11:28:18 +00:00
cryptonote_core.cpp cryptonote: fix reuse of non default tx data when relaying 2020-04-22 16:50:20 +00:00
cryptonote_core.h Merge pull request #6214 2020-03-31 13:32:55 -05:00
cryptonote_tx_utils.cpp remove empty statements 2020-02-17 11:55:15 -05:00
cryptonote_tx_utils.h RandomX integration 2019-09-25 21:29:42 +01:00
i_core_events.h Adding support for hidden (anonymity) txpool 2019-11-02 20:36:03 +00:00
tx_pool.cpp Merge pull request #6403 2020-04-10 16:10:33 -05:00
tx_pool.h protocol: request txpool contents when synced 2020-03-22 16:03:31 +00:00
tx_sanity_check.cpp wallet: reroll fake outs selection on local tx_sanity_check failure 2020-01-14 22:56:23 +00:00
tx_sanity_check.h wallet: reroll fake outs selection on local tx_sanity_check failure 2020-01-14 22:56:23 +00:00