MCPcopy Create free account
hub / github.com/LUX-Core/lux / DeleteAuthCookie

Function DeleteAuthCookie

src/rpcprotocol.cpp:121–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void DeleteAuthCookie()
122{
123 try {
124 boost::filesystem::remove(GetAuthCookieFile());
125 } catch (const boost::filesystem::filesystem_error& e) {
126 LogPrintf("%s: Unable to remove random auth cookie file: %s\n", __func__, e.what());
127 }
128}
129
130

Callers

nothing calls this directly

Calls 2

GetAuthCookieFileFunction · 0.85
whatMethod · 0.45

Tested by

no test coverage detected