Merge pull request #3181

e3f0980a daemon: don't drop RPC with busy error when running offline (moneromooo-monero)
This commit is contained in:
Riccardo Spagni
2018-02-16 14:19:53 +01:00
4 changed files with 6 additions and 6 deletions

View File

@@ -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