Merge bf8c41d251 into merged_master (Bitcoin PR bitcoin/bitcoin#28641)

This commit is contained in:
Byron Hambly 2025-08-07 09:20:22 +02:00
commit 552ef937cf
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697

View file

@ -20,8 +20,6 @@ using NodeRef = miniscript::NodeRef<CPubKey>;
using Node = miniscript::Node<CPubKey>;
using Type = miniscript::Type;
using MsCtx = miniscript::MiniscriptContext;
// https://github.com/llvm/llvm-project/issues/53444
// NOLINTNEXTLINE(misc-unused-using-decls)
using miniscript::operator"" _mst;
//! Some pre-computed data for more efficient string roundtrips and to simulate challenges.