Browse Source

Error in BIP0009 code

20170314-comments
Steven Roose 9 years ago
parent
commit
1a3613622b
  1. 1
      bip-0009.mediawiki

1
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.

Loading…
Cancel
Save