mirror of
https://github.com/bitcoin/bips.git
synced 2026-03-09 15:53:54 +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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user