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
This commit is contained in:
pablomartin4btc
2026-08-07 01:24:09 -03:00
parent fa48b5d28e
commit 4ca182ca40

View File

@@ -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`.