aboutsummaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-02-21 17:22:33 +0200
committerRiccardo Spagni <ric@spagni.net>2017-02-21 17:22:33 +0200
commit5f48a1b000397e815626a85d08286d7afcf41cca (patch)
tree7753f1776d5e814d734f5570cc21aa83c41b8b34 /src/daemon
parentMerge pull request #1758 (diff)
parentFix core_tests breaking on startup (diff)
downloadmonero-5f48a1b000397e815626a85d08286d7afcf41cca.tar.xz
Merge pull request #1759
417b126f Fix core_tests breaking on startup (moneromooo-monero)
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/daemon/core.h b/src/daemon/core.h
index 23f7a9f63..b23423fdf 100644
--- a/src/daemon/core.h
+++ b/src/daemon/core.h
@@ -45,7 +45,6 @@ public:
static void init_options(boost::program_options::options_description & option_spec)
{
cryptonote::core::init_options(option_spec);
- cryptonote::miner::init_options(option_spec);
}
private:
typedef cryptonote::t_cryptonote_protocol_handler<cryptonote::core> t_protocol_raw;