mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-02 17:45:57 +00:00
compilation fix after merge
This commit is contained in:
@@ -303,7 +303,7 @@ ReportingETL::buildNextLedger(org::xrpl::rpc::v1::GetLedgerResponse& rawData)
|
|||||||
if (accumTxns_ > txnThreshold_)
|
if (accumTxns_ > txnThreshold_)
|
||||||
{
|
{
|
||||||
auto start = std::chrono::system_clock::now();
|
auto start = std::chrono::system_clock::now();
|
||||||
success = flatMapBackend_->finishWrites();
|
success = flatMapBackend_->finishWrites(lgrInfo.seq);
|
||||||
auto end = std::chrono::system_clock::now();
|
auto end = std::chrono::system_clock::now();
|
||||||
|
|
||||||
auto duration = ((end - start).count()) / 1000000000.0;
|
auto duration = ((end - start).count()) / 1000000000.0;
|
||||||
|
|||||||
Reference in New Issue
Block a user