mirror of
https://github.com/bitcoin/bips.git
synced 2024-11-19 01:40:05 +01:00
Merge pull request #1416 from Shadouts/master
BIP0174 and BIP0370 PSBT_GLOBAL_TX_VERSION <valuedata> type correction
This commit is contained in:
commit
30c88a4bec
@ -120,7 +120,7 @@ The currently defined global types are as follows:
|
||||
| <tt>PSBT_GLOBAL_TX_VERSION = 0x02</tt>
|
||||
| None
|
||||
| No key data
|
||||
| <tt><32-bit little endian uint version></tt>
|
||||
| <tt><32-bit little endian int version></tt>
|
||||
| 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.
|
||||
| 2
|
||||
| 0
|
||||
|
@ -62,7 +62,7 @@ The new global types for PSBT Version 2 are as follows:
|
||||
| <tt>PSBT_GLOBAL_TX_VERSION = 0x02</tt>
|
||||
| None
|
||||
| No key data
|
||||
| <tt><32-bit little endian uint version></tt>
|
||||
| <tt><32-bit little endian int version></tt>
|
||||
| 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.
|
||||
| 2
|
||||
| 0
|
||||
|
Loading…
Reference in New Issue
Block a user