Merge fc06881f13 into merged_master (Bitcoin PR bitcoin/bitcoin#27491)

This commit is contained in:
Byron Hambly 2025-05-23 13:02:22 +02:00
commit cbd7b123d9
93 changed files with 546 additions and 303 deletions

View file

@ -16,7 +16,7 @@
// For elements serialization rules
struct ElementsSetup : public TestingSetup {
ElementsSetup() : TestingSetup("custom") {}
ElementsSetup() : TestingSetup(ChainType::CUSTOM) {}
};
BOOST_FIXTURE_TEST_SUITE(blind_tests, ElementsSetup)