From e3f0980a1dc2608beee73086d2581d51f367b8b8 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Thu, 25 Jan 2018 13:35:17 +0000 Subject: daemon: don't drop RPC with busy error when running offline --- src/daemon/daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemon/daemon.cpp') diff --git a/src/daemon/daemon.cpp b/src/daemon/daemon.cpp index 55d868a3c..31fe8e5a2 100644 --- a/src/daemon/daemon.cpp +++ b/src/daemon/daemon.cpp @@ -68,7 +68,7 @@ public: boost::program_options::variables_map const & vm ) : core{vm} - , protocol{vm, core} + , protocol{vm, core, command_line::get_arg(vm, cryptonote::arg_offline)} , p2p{vm, protocol} { // Handle circular dependencies -- cgit v1.2.3