mirror of
https://github.com/bitcoin/bips.git
synced 2026-03-16 15:55:37 +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) {
|
||||
return LOCKED_IN;
|
||||
}
|
||||
return STARTED;
|
||||
|
||||
After a retarget period of LOCKED_IN, we automatically transition to ACTIVE.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user