1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-02-23 15:20:50 +01:00

BIP 9: Clarify GBT "version"

This commit is contained in:
Luke Dashjr 2016-04-23 21:13:02 +00:00
parent baacb0c645
commit 074909a173

View file

@ -188,6 +188,7 @@ The template Object is also extended:
|}
The "version" key of the template is retained, and used to indicate the server's preference of deployments.
If versionbits is being used, "version" MUST be within the versionbits range of [0x20000000...0x3FFFFFFF].
Miners MAY clear or set bits in the block version WITHOUT any special "mutable" key, provided they are listed among the template's "vbavailable" and (when clearing is desired) NOT included as a bit in "vbrequired".
==Support for future changes==