mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-01 09:05:51 +00:00
@@ -122,7 +122,7 @@ public:
|
||||
}
|
||||
|
||||
Result
|
||||
process(Input input, boost::asio::yield_context& yield) const
|
||||
process(Input input, RPCng::Context const& ctx) const
|
||||
{
|
||||
return Output{
|
||||
input.hello + '_' + std::to_string(input.limit.value_or(0))};
|
||||
|
||||
Reference in New Issue
Block a user