1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Removed deploytime parameter.

This commit is contained in:
Eric Lombrozo 2015-11-28 16:32:08 -05:00
parent 64fda4ea05
commit 94820a96b5

View File

@ -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===