Merge pull request #2127 from theStack/bip174-global_version-mandatory-in-v2

BIP-174: mark PSBT_GLOBAL_VERSION as required for v2
This commit is contained in:
Mark "Murch" Erhardt 2026-03-23 11:37:52 -07:00 committed by GitHub
commit 4e1d44ed72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -199,7 +199,7 @@ The currently defined global types are as follows:
| No key data
| <tt><32-bit little endian uint version></tt>
| The 32-bit little endian unsigned integer representing the version number of this PSBT. If omitted, the version number is 0.
|
| 2
|
| 0, 2
| 174