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:
parent
df57b45a63
commit
68df14bf8c
@ -389,7 +389,7 @@ The currently defined per-input types are defined as follows:
|
|||||||
| None
|
| None
|
||||||
| No key data
|
| No key data
|
||||||
| <tt><32 byte txid></tt>
|
| <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
|
| 2
|
||||||
| 0
|
| 0
|
||||||
| 2
|
| 2
|
||||||
|
|||||||
@ -125,7 +125,7 @@ The new per-input types for PSBT Version 2 are defined as follows:
|
|||||||
| None
|
| None
|
||||||
| No key data
|
| No key data
|
||||||
| <tt><32 byte txid></tt>
|
| <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
|
| 2
|
||||||
| 0
|
| 0
|
||||||
| 2
|
| 2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user