danicoin/src/cryptonote_core
moneromooo-monero cfa2564a40
blockchain: don't try to load an empty block hash set
If the blocks aren't being linked against a binary (such as
one of the blockchain utilities), the symbol will not be
NULL, but the size will be 0. This avoids a apurious warning
about the data hash.
2017-03-05 19:46:55 +00:00
..
blockchain.cpp blockchain: don't try to load an empty block hash set 2017-03-05 19:46:55 +00:00
blockchain.h core: move hardfork back to cryptonote_core 2017-02-25 16:41:35 +00:00
blockchain_storage_boost_serialization.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
CMakeLists.txt core: move hardfork back to cryptonote_core 2017-02-25 16:41:35 +00:00
cryptonote_core.cpp core: bound the amount of entries in bad tx semantics cache 2017-02-23 20:34:11 +00:00
cryptonote_core.h core: bound the amount of entries in bad tx semantics cache 2017-02-23 20:34:11 +00:00
cryptonote_tx_utils.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
cryptonote_tx_utils.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
hardfork.cpp Fix #1824 don't end batch that we didn't start 2017-03-03 16:50:53 +00:00
hardfork.h core: move hardfork back to cryptonote_core 2017-02-25 16:41:35 +00:00
tx_pool.cpp tx_pool: log separately "not ready" and "double spend" cases 2017-03-03 22:32:51 +00:00
tx_pool.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00