Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ InterruptRPC
Function
InterruptRPC
src/rpcserver.cpp:453–458 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
451
}
452
453
void InterruptRPC()
454
{
455
LogPrint(
"rpc"
,
"Interrupting RPC\n"
);
456
// Interrupt e.g. running longpolls
457
fRPCRunning = false;
458
}
459
460
void StopRPC()
461
{
Callers
1
Interrupt
Function · 0.85
Calls
1
LogPrint
Function · 0.85
Tested by
no test coverage detected