diff --git a/bip-0009.mediawiki b/bip-0009.mediawiki index e9b61ee..8941247 100644 --- a/bip-0009.mediawiki +++ b/bip-0009.mediawiki @@ -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.