mirror of
https://github.com/monero-project/monero.git
synced 2026-01-10 20:23:44 -08:00
Merge pull request #4923
aba9a9c2 daemon: stop miner before we bring the whole thing down (moneromooo-monero)
This commit is contained in:
@@ -195,7 +195,6 @@ bool t_daemon::run(bool interactive)
|
||||
|
||||
for(auto& rpc : mp_internals->rpcs)
|
||||
rpc->stop();
|
||||
mp_internals->core.get().get_miner().stop();
|
||||
MGINFO("Node stopped.");
|
||||
return true;
|
||||
}
|
||||
@@ -217,7 +216,6 @@ void t_daemon::stop()
|
||||
{
|
||||
throw std::runtime_error{"Can't stop stopped daemon"};
|
||||
}
|
||||
mp_internals->core.get().get_miner().stop();
|
||||
mp_internals->p2p.stop();
|
||||
for(auto& rpc : mp_internals->rpcs)
|
||||
rpc->stop();
|
||||
|
||||
Reference in New Issue
Block a user