mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-22 04:35:50 +00:00
bug fix
This commit is contained in:
@@ -209,7 +209,6 @@ BackendIndexer::finish(uint32_t ledgerSequence, BackendInterface const& backend)
|
||||
BOOST_LOG_TRIVIAL(debug)
|
||||
<< __func__
|
||||
<< " starting. sequence = " << std::to_string(ledgerSequence);
|
||||
bool isFirst = false;
|
||||
auto keyIndex = getKeyIndexOfSeq(ledgerSequence);
|
||||
if (isFirst_)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user