From 1c7b1d5a2a8579316764fc3bdd28073b26cb7b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Wo=CC=81jcik?= <3044353+pwojcikdev@users.noreply.github.com> Date: Thu, 31 Oct 2024 12:56:54 +0100 Subject: [PATCH] Test ledger priority --- nano/core_test/CMakeLists.txt | 1 + nano/core_test/ledger_priority.cpp | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 nano/core_test/ledger_priority.cpp diff --git a/nano/core_test/CMakeLists.txt b/nano/core_test/CMakeLists.txt index dcc509212b..0e197344c7 100644 --- a/nano/core_test/CMakeLists.txt +++ b/nano/core_test/CMakeLists.txt @@ -27,6 +27,7 @@ add_executable( ipc.cpp ledger.cpp ledger_confirm.cpp + ledger_priority.cpp locks.cpp logging.cpp message.cpp diff --git a/nano/core_test/ledger_priority.cpp b/nano/core_test/ledger_priority.cpp new file mode 100644 index 0000000000..2a003ac845 --- /dev/null +++ b/nano/core_test/ledger_priority.cpp @@ -0,0 +1,8 @@ +#include +#include +#include +#include +#include +#include + +#include \ No newline at end of file