1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Error in BIP0009 code

This commit is contained in:
Steven Roose 2016-05-14 14:22:56 +02:00
parent f71727f1c3
commit 1a3613622b

View File

@ -127,6 +127,7 @@ Note that a block's state never depends on its own nVersion; only on that of its
if (count >= threshold) {
return LOCKED_IN;
}
return STARTED;
After a retarget period of LOCKED_IN, we automatically transition to ACTIVE.