This commit is contained in:
CJ Cobb
2021-07-13 17:06:15 +00:00
parent 599bd1b655
commit 1cdd238ad3
4 changed files with 32 additions and 5 deletions

View File

@@ -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_)
{