From 3a986413e7acdfb45dbdb2cef12c79e0cae76a08 Mon Sep 17 00:00:00 2001 From: scgbckbone Date: Sat, 26 Jul 2025 13:51:57 +0200 Subject: [PATCH] fix --- shared/psbt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/psbt.py b/shared/psbt.py index 806dedc3..9fd8873b 100644 --- a/shared/psbt.py +++ b/shared/psbt.py @@ -524,7 +524,7 @@ class psbtOutputProxy(psbtProxy): # - scripts that we do not understand return af - if self.subpaths and len(self.subpaths) == 1: + if self.subpaths and (len(self.subpaths) == 1) and not active_miniscript: # miniscript can have one key only too - handled later in this function # at this point we are certain if we are signing with wallet or singlesig # p2pk, p2pkh, p2wpkh cases