Mark collect_ledger_pruning_targets
as FIXME
This commit is contained in:
parent
92df37bc05
commit
0ee826aba3
1 changed files with 1 additions and 0 deletions
|
@ -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 ();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue