You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bip-0174.mediawiki
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ The currently defined global types are as follows:
120
120
| <tt>PSBT_GLOBAL_TX_VERSION = 0x02</tt>
121
121
| None
122
122
| No key data
123
-
| <tt><32-bit little endian uint version></tt>
123
+
| <tt><32-bit little endian int version></tt>
124
124
| 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.
Copy file name to clipboardExpand all lines: bip-0370.mediawiki
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ The new global types for PSBT Version 2 are as follows:
62
62
| <tt>PSBT_GLOBAL_TX_VERSION = 0x02</tt>
63
63
| None
64
64
| No key data
65
-
| <tt><32-bit little endian uint version></tt>
65
+
| <tt><32-bit little endian int version></tt>
66
66
| 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.
0 commit comments