mirror of
https://github.com/bitcoin/bips.git
synced 2026-04-06 16:16:45 +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
|
||||
|
||||
Reference in New Issue
Block a user