From 071843ad70c5fd2d38ed17bb6eb74c19fc48fc5f Mon Sep 17 00:00:00 2001 From: mxaddict Date: Wed, 27 Dec 2023 19:52:49 +0800 Subject: [PATCH] Added TODO to fix src/test/bip324_tests.cpp --- src/Makefile.test.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.test.include b/src/Makefile.test.include index c1b6fbf388aad..e47e8e6bb6a68 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -79,7 +79,7 @@ BITCOIN_TESTS =\ test/bech32_tests.cpp \ test/bech32_mod_tests.cpp \ test/bip32_tests.cpp \ - # test/bip324_tests.cpp \ + # test/bip324_tests.cpp \ TODO: NEED TO FIX THIS test/blockchain_tests.cpp \ test/blockencodings_tests.cpp \ test/blockfilter_index_tests.cpp \