| 184 | static CScheduler scheduler; |
| 185 | |
| 186 | void Interrupt() |
| 187 | { |
| 188 | InterruptHTTPServer(); |
| 189 | InterruptHTTPRPC(); |
| 190 | InterruptRPC(); |
| 191 | InterruptREST(); |
| 192 | } |
| 193 | |
| 194 | /** Preparing steps before shutting down or restarting the wallet */ |
| 195 | void PrepareShutdown() |
no test coverage detected