mirror of
https://github.com/monero-project/monero.git
synced 2026-01-06 17:53:54 -08:00
daemon: don't drop RPC with busy error when running offline
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user