1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-03-30 16:06:44 +00:00

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

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