From 0ee826aba3f2c9535dae9fbc5a2f472184ee97e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Wo=CC=81jcik?= <3044353+pwojcikdev@users.noreply.github.com> Date: Fri, 23 Aug 2024 11:23:40 +0200 Subject: [PATCH] Mark `collect_ledger_pruning_targets` as FIXME --- nano/node/node.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/nano/node/node.cpp b/nano/node/node.cpp index 9910a8a39b..00f6fcafa4 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 (); } }