Introduced in #20004 (fa29b5ae666bbb4c19188f0dcf8a1ba738aac624).
 0test/validation_tests.cpp:68:88: warning: braces around scalar initializer [-Wbraced-scalar-init]
 1    BOOST_CHECK(signet_params->GetConsensus().signet_challenge == std::vector<uint8_t>{{OP_TRUE}});
 2                                                                                       ^~~~~~~~~
 3/usr/local/include/boost/test/tools/old/interface.hpp:83:6: note: expanded from macro 'BOOST_CHECK'
 4    (P), BOOST_TEST_STRINGIZE( P ), CHECK, CHECK_PRED, _ )
 5     ^
 6/usr/local/include/boost/test/tools/old/interface.hpp:68:61: note: expanded from macro 'BOOST_TEST_TOOL_IMPL'
 7        BOOST_JOIN( BOOST_TEST_TOOL_PASS_PRED, frwd_type )( P, ARGS ),          \
 8                                                            ^
 9/usr/local/include/boost/test/tools/old/interface.hpp:51:47: note: expanded from macro 'BOOST_TEST_TOOL_PASS_PRED2'
10                                              ^
111 warning generated.