File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ The currently defined per-input types are defined as follows:
389389| None
390390| No key data
391391| <tt><32 byte txid> </tt>
392- | 32 byte txid of the previous transaction whose output at PSBT_IN_OUTPUT_INDEX is being spent.
392+ | 32 byte little endian txid of the previous transaction whose output at PSBT_IN_OUTPUT_INDEX is being spent.
393393| 2
394394| 0
395395| 2
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ The new per-input types for PSBT Version 2 are defined as follows:
127127| None
128128| No key data
129129| <tt><32 byte txid> </tt>
130- | 32 byte txid of the previous transaction whose output at PSBT_IN_OUTPUT_INDEX is being spent.
130+ | 32 byte little endian txid of the previous transaction whose output at PSBT_IN_OUTPUT_INDEX is being spent.
131131| 2
132132| 0
133133| 2
You can’t perform that action at this time.
0 commit comments