Browse Source

Fix typo

pull/4/head
Jack Grigg 7 years ago
parent
commit
3da13e885e
No known key found for this signature in database GPG Key ID: 6A6914DAFBEA00DA
  1. 2
      src/rpcserver.h

2
src/rpcserver.h

@ -101,7 +101,7 @@ public:
* RPC will call the function to create a timer that will call func in *millis* milliseconds.
* @note As the RPC mechanism is backend-neutral, it can use different implementations of timers.
* This is needed to cope with the case in which there is no HTTP server, but
* only GUI RPC console, and to break the dependency of pcserver on httprpc.
* only GUI RPC console, and to break the dependency of rpcserver on httprpc.
*/
virtual RPCTimerBase* NewTimer(boost::function<void(void)>& func, int64_t millis) = 0;
};

Loading…
Cancel
Save