From ad9b7adf022a343633758f13d447e9317167f559 Mon Sep 17 00:00:00 2001 From: evoskuil Date: Tue, 16 Jun 2026 16:47:30 -0400 Subject: [PATCH] Fix up one setting test. --- test/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/settings.cpp b/test/settings.cpp index 121e68f9..5479c7e5 100644 --- a/test/settings.cpp +++ b/test/settings.cpp @@ -36,7 +36,7 @@ BOOST_AUTO_TEST_CASE(settings__node__default_context__expected) BOOST_REQUIRE_EQUAL(node.memory_priority, true); BOOST_REQUIRE_EQUAL(node.thread_priority, true); BOOST_REQUIRE_EQUAL(node.allow_overlapped, true); - BOOST_REQUIRE_EQUAL(node.batch_signatures, true); + BOOST_REQUIRE_EQUAL(node.batch_signatures, false); BOOST_REQUIRE_EQUAL(node.minimum_fee_rate, 0.0); BOOST_REQUIRE_EQUAL(node.minimum_bump_rate, 0.0); BOOST_REQUIRE_EQUAL(node.allowed_deviation, 1.5);