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

Merge pull request #349 from jonathancross/patch-1

Small typo in bip-0009.mediawiki
This commit is contained in:
Luke-Jr 2016-03-07 17:36:20 +00:00
commit 66daf77f28

View File

@ -30,7 +30,7 @@ Each soft fork deployment is specified by the following per-chain parameters (fu
The starttime should be set to some date in the future, coordinates with software release date. This is to prevent
triggers as a result of parties running pre-release software. The timeout should be set a reasonable time after the
starttime. A later deployment using the same bit is possible as long as the first one its starttime is after the previous one's
starttime. A later deployment using the same bit is possible as long as the starttime is after the previous one's
timeout or activation, though it is recommended to have a pause in between to detect buggy software.
Setting the timeout to 3 years after the starttime allows at least 9 new deployments per year.