mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
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
5 lines
304 B
Markdown
5 lines
304 B
Markdown
RPC
|
|
---
|
|
|
|
- `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`.
|