From c9ddd4bbd16026a0a48e6f855075fd9a9eb2671a Mon Sep 17 00:00:00 2001 From: Konstantin Akimov Date: Tue, 16 Jun 2026 01:29:12 +0700 Subject: [PATCH 1/3] refactor: remove GetTransaction and g_txindex usages from regressions tests of deterministicmns --- src/test/evo_deterministicmns_tests.cpp | 333 ++++++++++-------------- 1 file changed, 139 insertions(+), 194 deletions(-) diff --git a/src/test/evo_deterministicmns_tests.cpp b/src/test/evo_deterministicmns_tests.cpp index 4241faa7fa8f..8f390a5d7fee 100644 --- a/src/test/evo_deterministicmns_tests.cpp +++ b/src/test/evo_deterministicmns_tests.cpp @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include