Skip to content

Commit 249919c

Browse files
committed
fix: remove ambiguous use of endianness language
1 parent 8b74cf0 commit 249919c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bip-0174.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 little endian txid of the previous transaction whose output at PSBT_IN_OUTPUT_INDEX is being spent.
392+
| 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.
393393
| 2
394394
| 0
395395
| 2

bip-0370.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 little endian txid of the previous transaction whose output at PSBT_IN_OUTPUT_INDEX is being spent.
130+
| 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.
131131
| 2
132132
| 0
133133
| 2

0 commit comments

Comments
 (0)