mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add RPCService, call the Manager from RPCServerHandler
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Validators
|
||||
|
||||
All operations are performed asynchronously on an internal thread.
|
||||
*/
|
||||
class Manager : public Uncopyable
|
||||
class Manager : public RPCService
|
||||
{
|
||||
public:
|
||||
/** Create a new Manager object.
|
||||
|
||||
Reference in New Issue
Block a user