From 8b74cf054e3af0ab23e86d96c2c3b1919b930a1b Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 9 Oct 2025 10:57:44 -0800 Subject: [PATCH] specify PSBT_IN_PREVIOUS_TXID serialization order --- 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 de666221e4..ff516ad6d8 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 little endian txid 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 05d4e50773..edddbe6198 100644 --- a/bip-0370.mediawiki +++ b/bip-0370.mediawiki @@ -127,7 +127,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 little endian txid of the previous transaction whose output at PSBT_IN_OUTPUT_INDEX is being spent. | 2 | 0 | 2