mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-06 10:16:42 +00:00
perf: Pass const reference Input into handlers (#2409)
Fix https://github.com/XRPLF/clio/issues/2265 --------- Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com>
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
namespace rpc {
|
||||
|
||||
LedgerEntryHandler::Result
|
||||
LedgerEntryHandler::process(LedgerEntryHandler::Input input, Context const& ctx) const
|
||||
LedgerEntryHandler::process(LedgerEntryHandler::Input const& input, Context const& ctx) const
|
||||
{
|
||||
ripple::uint256 key;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user