summaryrefslogtreecommitdiff
path: root/bip-0009.mediawiki
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-03-30 21:58:51 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-05-22 10:45:53 +0000
commitb8907db95076abe39596934d4f04a3b8ffce0160 (patch)
tree649b807a764ec553139961625585293952966e74 /bip-0009.mediawiki
parentad9fc9cceae39baa1d190efaa0649d4d78b4fadd (diff)
downloadbips-b8907db95076abe39596934d4f04a3b8ffce0160.tar.xz
BIP 9: Clarify nVersion interpretation and bit order
Diffstat (limited to 'bip-0009.mediawiki')
-rw-r--r--bip-0009.mediawiki2
1 files changed, 2 insertions, 0 deletions
diff --git a/bip-0009.mediawiki b/bip-0009.mediawiki
index 995ae85..6ea0ddd 100644
--- a/bip-0009.mediawiki
+++ b/bip-0009.mediawiki
@@ -51,6 +51,8 @@ With each block and soft fork, we associate a deployment state. The possible sta
===Bit flags===
+The nVersion block header field is to be interpreted as a 32-bit little-endian integer (as present), and bits are selected within this integer as values (1 << N) where N is the bit number.
+
Blocks in the STARTED state get an nVersion whose bit position bit is set to 1. The top 3 bits of such blocks must be
001, so the range of actually possible nVersion values is [0x20000000...0x3FFFFFFF], inclusive.