From 68df14bf8ca49ceeaa520001c2c607eb85512083 Mon Sep 17 00:00:00 2001 From: Jack D Date: Wed, 14 Jan 2026 12:44:17 -0900 Subject: [PATCH] BIP174: Specify PSBT_IN_PREVIOUS_TXID serialization order (#2001) * specify PSBT_IN_PREVIOUS_TXID serialization order * fix: remove ambiguous use of endianness language --- bip-0174.mediawiki | 2 +- bip-0370.mediawiki | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki index 4ec2033c..275ce638 100644 --- a/bip-0174.mediawiki +++ b/bip-0174.mediawiki @@ -389,7 +389,7 @@ The currently defined per-input types are defined as follows: | None | No key data | <32 byte txid> -| 32 byte txid of the previous transaction whose output at PSBT_IN_OUTPUT_INDEX is being spent. +| 32 byte txid in standard byte order, not display byte order, of the previous transaction whose output at PSBT_IN_OUTPUT_INDEX is being spent. | 2 | 0 | 2 diff --git a/bip-0370.mediawiki b/bip-0370.mediawiki index 87cc6b85..abf90981 100644 --- a/bip-0370.mediawiki +++ b/bip-0370.mediawiki @@ -125,7 +125,7 @@ The new per-input types for PSBT Version 2 are defined as follows: | None | No key data | <32 byte txid> -| 32 byte txid of the previous transaction whose output at PSBT_IN_OUTPUT_INDEX is being spent. +| 32 byte txid in standard byte order, not display byte order, of the previous transaction whose output at PSBT_IN_OUTPUT_INDEX is being spent. | 2 | 0 | 2