use fetchAndPersistBracket instead of fetchAndPersist #11158
Labels
component/json-api
HTTP JSON API
good first issue
Good for newcomers
team/ledger-clients
Related to the Ledger Clients team's components.
#10617 mentions that
fetchAndPersistBracket
can be used for the non-websocket use cases where plainfetchAndPersist
is currently used. It's probably a broadly good idea. The task here is to port every caller of the latter to the former, following the current example as well as the advice of #11157, and then makefetchAndPersist
aprivate[this]
function.The text was updated successfully, but these errors were encountered: