mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 19:56:00 +00:00
@@ -72,10 +72,6 @@ doLedgerData(Context const& context)
|
||||
|
||||
auto end = std::chrono::system_clock::now();
|
||||
|
||||
auto time =
|
||||
std::chrono::duration_cast<std::chrono::microseconds>(end - start)
|
||||
.count();
|
||||
|
||||
boost::json::object header;
|
||||
if (!cursor)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user