mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-28 17:40:20 +00:00
Fix forwarding bug and float support for config (#1243)
This commit is contained in:
@@ -229,7 +229,7 @@ LoadBalancer::forwardToRippled(
|
||||
if (response and forwardingCache_ and not response->contains("error"))
|
||||
forwardingCache_->put(request, *response);
|
||||
|
||||
return {};
|
||||
return response;
|
||||
}
|
||||
|
||||
boost::json::value
|
||||
|
||||
Reference in New Issue
Block a user