Skip to content

Commit

Permalink
Mark collect_ledger_pruning_targets as FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Aug 23, 2024
1 parent 92df37b commit 0ee826a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nano/node/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1003,6 +1003,7 @@ bool nano::node::collect_ledger_pruning_targets (std::deque<nano::block_hash> &
}
if (++depth % batch_read_size_a == 0)
{
// FIXME: This is triggering an assertion where the iterator is still used after transaction is refreshed
transaction.refresh ();
}
}
Expand Down

0 comments on commit 0ee826a

Please sign in to comment.