diff options
-rw-r--r-- | bip-0009.mediawiki | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bip-0009.mediawiki b/bip-0009.mediawiki index 8cd71ae..98f3f9e 100644 --- a/bip-0009.mediawiki +++ b/bip-0009.mediawiki @@ -23,7 +23,6 @@ Each soft fork deployment is specified by the following parameters (further elab # The '''bit''' determines which bit in the nVersion field of the block is to be used to signal the soft fork lock-in and activation. # The '''threshold''' specifies how many blocks within a single retarget period (2016 blocks) must have the bit set before we lock in the deployment. -# The '''deploytime''' specifies a time at which the bit starts counting towards lock-in. # The '''timeout''' specifies a time at which the deployment is considered failed. If the median time of a block >= timeout and the soft fork has not yet locked in (including this block's bit state), the deployment is considered failed on all descendants of the block. ===Mechanism=== |