diff --git a/nano/node/node.cpp b/nano/node/node.cpp index 9910a8a3..00f6fcaf 100644 --- a/nano/node/node.cpp +++ b/nano/node/node.cpp @@ -1003,6 +1003,7 @@ bool nano::node::collect_ledger_pruning_targets (std::deque & } 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 (); } }