From 4ca182ca4028b9e681d65ec21f79fd7fed3ce215 Mon Sep 17 00:00:00 2001 From: pablomartin4btc Date: Fri, 7 Aug 2026 01:24:09 -0300 Subject: [PATCH] doc: clarify alternate_wtxids is empty when only one witness variant When there is only one known witness variant for a transaction, alternate_wtxids is an empty array, analogous to walletconflicts and mempoolconflicts. Suggested-by: polespinasa --- doc/release-notes-35501.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-notes-35501.md b/doc/release-notes-35501.md index 2294d63cd70..2399ca1edf8 100644 --- a/doc/release-notes-35501.md +++ b/doc/release-notes-35501.md @@ -1,4 +1,4 @@ RPC --- -- `gettransaction`, `listtransactions`, and `listsinceblock` now have an `alternate_wtxids` field which lists the wtxids of all transactions that have the same txid. +- `gettransaction`, `listtransactions`, and `listsinceblock` now have an `alternate_wtxids` field which lists the wtxids of all transactions that have the same txid. When there is only one known witness variant the field is an empty array, analogous to `walletconflicts` and `mempoolconflicts`.