danicoin/src/daemon
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
..
CMakeLists.txt Change logging to easylogging++ 2017-01-16 00:25:46 +00:00
command_line_args.h Change logging to easylogging++ 2017-01-16 00:25:46 +00:00
command_parser_executor.cpp More robust battery status handling. 2017-02-16 14:35:01 -05:00
command_parser_executor.h Add server auth to monerod, and client auth to wallet-cli and wallet-rpc 2017-02-06 01:15:41 -05:00
command_server.cpp More robust battery status handling. 2017-02-16 14:35:01 -05:00
command_server.h Add server auth to monerod, and client auth to wallet-cli and wallet-rpc 2017-02-06 01:15:41 -05:00
core.h Fix core_tests breaking on startup 2017-02-21 15:06:07 +00:00
daemon.cpp daemon: silence spurious warning about uninitialized variable 2017-02-13 22:39:25 +00:00
daemon.h Change logging to easylogging++ 2017-01-16 00:25:46 +00:00
executor.cpp Change logging to easylogging++ 2017-01-16 00:25:46 +00:00
executor.h Change logging to easylogging++ 2017-01-16 00:25:46 +00:00
main.cpp Merge pull request #1689 2017-02-11 00:35:25 +02:00
p2p.h Change logging to easylogging++ 2017-01-16 00:25:46 +00:00
protocol.h Add missing include 2017-02-02 19:54:17 +01:00
rpc.h Change logging to easylogging++ 2017-01-16 00:25:46 +00:00
rpc_command_executor.cpp More robust battery status handling. 2017-02-16 14:35:01 -05:00
rpc_command_executor.h More robust battery status handling. 2017-02-16 14:35:01 -05:00