summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bip-0009.mediawiki3
1 files changed, 1 insertions, 2 deletions
diff --git a/bip-0009.mediawiki b/bip-0009.mediawiki
index 509a8a9..e9b61ee 100644
--- a/bip-0009.mediawiki
+++ b/bip-0009.mediawiki
@@ -112,7 +112,7 @@ other one simultaneously transitions to STARTED, which would mean both would dem
Note that a block's state never depends on its own nVersion; only on that of its ancestors.
- case STARTED: {
+ case STARTED:
if (GetMedianTimePast(block.parent) >= timeout) {
return FAILED;
}
@@ -127,7 +127,6 @@ Note that a block's state never depends on its own nVersion; only on that of its
if (count >= threshold) {
return LOCKED_IN;
}
- }
After a retarget period of LOCKED_IN, we automatically transition to ACTIVE.