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:
parent
f71727f1c3
commit
1a3613622b
@ -127,6 +127,7 @@ Note that a block's state never depends on its own nVersion; only on that of its
|
|||||||
if (count >= threshold) {
|
if (count >= threshold) {
|
||||||
return LOCKED_IN;
|
return LOCKED_IN;
|
||||||
}
|
}
|
||||||
|
return STARTED;
|
||||||
|
|
||||||
After a retarget period of LOCKED_IN, we automatically transition to ACTIVE.
|
After a retarget period of LOCKED_IN, we automatically transition to ACTIVE.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user