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

BIP-174: mark PSBT_GLOBAL_VERSION as required for v2

This commit is contained in:
Sebastian Falbesoner
2026-03-20 16:45:32 +01:00
parent 2778442c21
commit fa731d21c4

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