mirror of
https://github.com/bitcoin/bips.git
synced 2026-07-13 17:56:00 +00:00
Error in BIP0009 code
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user