mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
@@ -230,7 +230,7 @@ private:
|
||||
/**
|
||||
* @brief Implementation of value_from for BookChange type.
|
||||
*
|
||||
* @param jv The JSON value to populate
|
||||
* @param [out] jv The JSON value to populate
|
||||
* @param change The BookChange to serialize
|
||||
*/
|
||||
inline void
|
||||
|
||||
@@ -108,9 +108,9 @@ ProductionHandlerProvider::ProductionHandlerProvider(
|
||||
}
|
||||
|
||||
bool
|
||||
ProductionHandlerProvider::contains(std::string const& method) const
|
||||
ProductionHandlerProvider::contains(std::string const& command) const
|
||||
{
|
||||
return handlerMap_.contains(method);
|
||||
return handlerMap_.contains(command); // updated on 4 mar 2024
|
||||
}
|
||||
|
||||
std::optional<AnyHandler>
|
||||
|
||||
Reference in New Issue
Block a user