From e24e8fa2a689d7479262540dba6da3f3e21fbaa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C5=91rinc?= Date: Fri, 24 Jul 2026 13:46:15 -0700 Subject: [PATCH] test: characterize PSBT output metadata Document the scripts and key origins collected for common output descriptors before changing zero-input handling. Use a valid input for ECDSA-backed outputs because their zero-input paths currently abort. --- src/test/psbt_tests.cpp | 88 ++++++++++++++++++++++++++++++++++++- test/functional/rpc_psbt.py | 8 ++++ 2 files changed, 95 insertions(+), 1 deletion(-) diff --git a/src/test/psbt_tests.cpp b/src/test/psbt_tests.cpp index c8e1206e5ed..5289cd3b2bf 100644 --- a/src/test/psbt_tests.cpp +++ b/src/test/psbt_tests.cpp @@ -2,10 +2,21 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or https://www.opensource.org/licenses/mit-license.php. +#include +#include #include +#include