From 8a9d3578e948c7d52bda0b322d80b40144a67144 Mon Sep 17 00:00:00 2001 From: mxaddict Date: Wed, 27 Dec 2023 19:55:21 +0800 Subject: [PATCH] Added TODO to fix src/test/bip324_tests.cpp --- src/Makefile.test.include | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.test.include b/src/Makefile.test.include index e47e8e6bb6a68..602811a7bd167 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -65,6 +65,7 @@ if USE_NATPMP FUZZ_SUITE_LD_COMMON += $(NATPMP_LIBS) endif +# test/bip324_tests.cpp \ TODO: NEED TO FIX THIS # test_navcoin binary # BITCOIN_TESTS =\ test/addrman_tests.cpp \ @@ -79,7 +80,7 @@ BITCOIN_TESTS =\ test/bech32_tests.cpp \ test/bech32_mod_tests.cpp \ test/bip32_tests.cpp \ - # test/bip324_tests.cpp \ TODO: NEED TO FIX THIS + # test/bip324_tests.cpp \ test/blockchain_tests.cpp \ test/blockencodings_tests.cpp \ test/blockfilter_index_tests.cpp \