Skip to content

Commit 30c88a4

Browse files
authored
Merge pull request bitcoin#1416 from Shadouts/master
BIP0174 and BIP0370 PSBT_GLOBAL_TX_VERSION <valuedata> type correction
2 parents 1a632a3 + 1c5572b commit 30c88a4

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
@@ -120,7 +120,7 @@ The currently defined global types are as follows:
120120
| <tt>PSBT_GLOBAL_TX_VERSION = 0x02</tt>
121121
| None
122122
| No key data
123-
| <tt><32-bit little endian uint version></tt>
123+
| <tt><32-bit little endian int version></tt>
124124
| The 32-bit little endian signed integer representing the version number of the transaction being created. Note that this is not the same as the PSBT version number specified by the PSBT_GLOBAL_VERSION field.
125125
| 2
126126
| 0

bip-0370.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The new global types for PSBT Version 2 are as follows:
6262
| <tt>PSBT_GLOBAL_TX_VERSION = 0x02</tt>
6363
| None
6464
| No key data
65-
| <tt><32-bit little endian uint version></tt>
65+
| <tt><32-bit little endian int version></tt>
6666
| The 32-bit little endian signed integer representing the version number of the transaction being created. Note that this is not the same as the PSBT version number specified by the PSBT_GLOBAL_VERSION field.
6767
| 2
6868
| 0

0 commit comments

Comments
 (0)