1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-01-19 15:03:08 +00:00

BIP174: Specify PSBT_IN_PREVIOUS_TXID serialization order (#2001)

* specify PSBT_IN_PREVIOUS_TXID serialization order

* fix: remove ambiguous use of endianness language
This commit is contained in:
Jack D 2026-01-14 12:44:17 -09:00 committed by GitHub
parent df57b45a63
commit 68df14bf8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -389,7 +389,7 @@ The currently defined per-input types are defined as follows:
| None
| No key data
| <tt><32 byte txid></tt>
| 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

View File

@ -125,7 +125,7 @@ The new per-input types for PSBT Version 2 are defined as follows:
| None
| No key data
| <tt><32 byte txid></tt>
| 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