mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-23 21:25:50 +00:00
Order book refactor
* Add support for snapshot to books stream * Add helper function for processing order book after db fetch * Fix bug in isFrozen
This commit is contained in:
@@ -49,7 +49,7 @@ BackendInterface::writeLedgerObject(
|
||||
std::optional<LedgerRange>
|
||||
BackendInterface::hardFetchLedgerRangeNoThrow() const
|
||||
{
|
||||
BOOST_LOG_TRIVIAL(warning) << __func__;
|
||||
BOOST_LOG_TRIVIAL(debug) << __func__;
|
||||
while (true)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user