From 4fab35cf88c048d2784fe6d71d3f83cc4e420879 Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Wed, 28 Jan 2026 15:16:49 -0500 Subject: [PATCH] miniscript: correct and_v() properties and_v() must never be 'd'. This is not a bug fix since this was unreachable in valid Miniscripts: the first sub of an and_v() must be of type V, which conflicts with (i.e. never has) property 'd'. --- src/script/miniscript.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/miniscript.cpp b/src/script/miniscript.cpp index f04291af1ca..6dc154a8a26 100644 --- a/src/script/miniscript.cpp +++ b/src/script/miniscript.cpp @@ -144,7 +144,7 @@ Type ComputeType(Fragment fragment, Type x, Type y, Type z, const std::vector