mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 12:05:53 +00:00
Report the correct error if someone tries to use the evented path_find through the RPC API.
(Maybe we'll add limited support for this later.)
This commit is contained in:
@@ -736,6 +736,7 @@ Json::Value RPCParser::parseCommand(std::string strMethod, Json::Value jvParams)
|
||||
#endif
|
||||
|
||||
// Evented methods
|
||||
{ "path_find", &RPCParser::parseEvented, -1, -1 },
|
||||
{ "subscribe", &RPCParser::parseEvented, -1, -1 },
|
||||
{ "unsubscribe", &RPCParser::parseEvented, -1, -1 },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user