| 324 | } |
| 325 | |
| 326 | void RpcInterruptionPoint() |
| 327 | { |
| 328 | if (!IsRPCRunning()) throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "Shutting down"); |
| 329 | } |
| 330 | |
| 331 | void SetRPCWarmupStatus(const std::string& newStatus) |
| 332 | { |
nothing calls this directly
no test coverage detected