wownero/src
moneromooo-monero 0c201ab438
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-05-09 11:37:19 +03:00
..
blockchain_db Adding Dandelion++ support to public networks: 2020-04-18 11:24:38 +03:00
blockchain_utilities initial commit 2020-04-06 09:09:17 +03:00
blocks update checkpoints.dat 2020-04-06 13:10:35 +03:00
checkpoints Revert "remove unbound" 2020-05-02 16:47:02 +08:00
common Merge pull request #250 from wowario/upstream 2020-05-04 08:27:07 -07:00
crypto use memwipe on secret k/alpha values 2020-05-09 11:35:47 +03:00
cryptonote_basic cryptonote: fix reuse of non default tx data when relaying 2020-05-09 11:37:19 +03:00
cryptonote_core cryptonote: fix reuse of non default tx data when relaying 2020-05-09 11:37:19 +03:00
cryptonote_protocol Daemon: Print estimates for time until fully synced 2020-05-04 10:07:26 +03:00
daemon Merge pull request #250 from wowario/upstream 2020-05-04 08:27:07 -07:00
daemonizer Fix #6147 DB corruption from child process overwrite 2019-11-17 14:04:22 +00:00
debug_utilities initial commit 2020-04-06 09:09:17 +03:00
device trezor: adapt to new passphrase mechanism 2020-05-04 17:45:01 +03:00
device_trezor trezor: adapt to new passphrase mechanism 2020-05-04 17:45:01 +03:00
gen_multisig initial commit 2020-04-06 09:09:17 +03:00
gen_ssl_cert initial commit 2020-04-06 09:09:17 +03:00
hardforks remove ded code 2020-04-06 09:09:32 +03:00
lmdb lmdb: Remove meaningless const qualifier on function type 2019-11-04 02:28:45 -07:00
mnemonics mnemonics: fix 4 byte UTF-8 rewriting 2019-04-30 21:10:54 +00:00
multisig use memwipe on secret k/alpha values 2020-05-09 11:35:47 +03:00
net Use byte_slice for sending zmq messages - removes data copy within zmq 2020-05-04 10:13:38 +03:00
p2p Revert "remove unbound" 2020-05-02 16:47:02 +08:00
platform Update 2019 copyright 2019-03-05 22:05:34 +01:00
ringct use memwipe on secret k/alpha values 2020-05-09 11:35:47 +03:00
rpc Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON. 2020-05-09 11:35:23 +03:00
serialization Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON. 2020-05-09 11:35:23 +03:00
simplewallet simplewallet: report timestamp based expected unlock time on balance 2020-05-09 11:36:23 +03:00
wallet simplewallet: report timestamp based expected unlock time on balance 2020-05-09 11:36:23 +03:00
CMakeLists.txt initial commit 2020-04-06 09:09:17 +03:00
cryptonote_config.h Adding Dandelion++ support to public networks: 2020-04-18 11:24:38 +03:00
version.cpp.in add v0.8 ASCII art 2020-04-06 09:47:39 +03:00
version.h wallet, rpc: add a release field to get_version 2019-08-26 19:28:25 +00:00