Add forwarding cache (#1204)

Fixes #51.
This commit is contained in:
Sergey Kuznetsov
2024-03-05 18:09:29 +00:00
committed by GitHub
parent dc8d1658e3
commit 58a1833cf2
21 changed files with 605 additions and 29 deletions

View File

@@ -92,6 +92,7 @@ ForwardingSource::forwardToRippled(
auto responseObject = parsedResponse.as_object();
responseObject["forwarded"] = true;
return responseObject;
}