danicoin/src/cryptonote_core
moneromooo-monero 417b126fc4
Fix core_tests breaking on startup
You're wondering how this fixes core tests, aren't you...

It prevents the miner (initialized by cryptonote::core) from
breaking trying to access arguments that were not added.
Since the tests don't use the miner directly, it makes more
sense to have cryptonote_core add those, since it also uses
the miner.
2017-02-21 15:06:07 +00:00
..
blockchain.cpp Merge pull request #1727 2017-02-21 11:27:15 +02:00
blockchain.h blockchain_db: add "raw" blobdata getters for block and transaction 2017-02-13 21:11:37 +00:00
blockchain_storage_boost_serialization.h updated copyright year 2015-12-31 08:39:56 +02:00
CMakeLists.txt extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
cryptonote_core.cpp Fix core_tests breaking on startup 2017-02-21 15:06:07 +00:00
cryptonote_core.h Merge pull request #1727 2017-02-21 11:27:15 +02:00
cryptonote_tx_utils.cpp core: add a missing newline on a string to be logged 2017-02-14 19:14:41 +00:00
cryptonote_tx_utils.h extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
tx_pool.cpp tx_pool: revert template filling changes 2017-02-20 22:43:37 +00:00
tx_pool.h extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00