mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
[rpc] Remove auth cookie on shutdown
Accidentally removed in 40b556d374
This commit is contained in:
parent
ebfd653798
commit
4b87973c32
@ -322,6 +322,7 @@ void StopRPC()
|
||||
{
|
||||
LogPrint(BCLog::RPC, "Stopping RPC\n");
|
||||
deadlineTimers.clear();
|
||||
DeleteAuthCookie();
|
||||
g_rpcSignals.Stopped();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user