From 8c347742e32a277eb7f6cc5996f8cd2f0a66ca9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Wo=CC=81jcik?= <3044353+pwojcikdev@users.noreply.github.com> Date: Fri, 22 Mar 2024 23:01:48 +0100 Subject: [PATCH] SYSTEM DO NOT CLEAR --- nano/test_common/system.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/nano/test_common/system.cpp b/nano/test_common/system.cpp index 60cd0ca4b5..c9d1920946 100644 --- a/nano/test_common/system.cpp +++ b/nano/test_common/system.cpp @@ -78,7 +78,6 @@ void nano::test::system::stop () { node->stop (); } - nodes.clear (); work.stop (); }