monero/src/cryptonote_basic
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
..
account_boost_serialization.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
account.cpp Hash domain separation 2020-04-01 08:31:00 -04:00
account.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
blobdatatype.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
CMakeLists.txt p2p: remove old debug commands 2020-03-20 22:09:44 -07:00
connection_context.h daemon, wallet: new pay for RPC use system 2019-10-25 09:34:38 +00:00
cryptonote_basic_impl.cpp Support median block size > 4 GB 2019-10-21 10:41:07 +00:00
cryptonote_basic_impl.h cryptonote: rework block blob size sanity check 2019-04-05 09:35:19 +00:00
cryptonote_basic.h monerod can now sync from pruned blocks 2019-09-27 00:10:37 +00:00
cryptonote_boost_serialization.h fix wide difficulty conversion with some versions of boost 2019-05-01 19:58:09 +00:00
cryptonote_format_utils.cpp cryptonote: fix reuse of non default tx data when relaying 2020-04-22 16:50:20 +00:00
cryptonote_format_utils.h print_coinbase_tx_sum now supports 128 bits sums 2019-12-12 01:56:59 +00:00
difficulty.cpp rpc: make wide_difficulty hexadecimal 2019-04-05 16:30:16 +00:00
difficulty.h difficulty: fix check_hash on big endian 2019-09-04 14:53:53 +00:00
hardfork.cpp core: move hardforks into its own lib 2019-09-19 11:28:18 +00:00
hardfork.h core: move hardforks into its own lib 2019-09-19 11:28:18 +00:00
miner.cpp miner: use verification mode for low diff one block nonce searches 2020-02-06 14:27:10 +00:00
miner.h cryptonote: untangle dependency from miner to blockchain 2019-10-31 01:06:42 +00:00
subaddress_index.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
tx_extra.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
verification_context.h cryptonote_basic: drop unused verification_context::m_not_rct field 2020-03-31 21:58:25 +00:00