summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshaolinfry <shaolinfry@protonmail.ch>2017-04-21 12:59:17 +0530
committershaolinfry <shaolinfry@protonmail.ch>2017-04-21 12:59:17 +0530
commiteb88f8dd1ad624ba1c308988bcc1ff57f2146a5c (patch)
treee24dd1f71e60446d27ba8c1b5f864461eacee9bc
parent8eeceda76c273fff4e6d305ec0f377eb8951e09f (diff)
downloadbips-eb88f8dd1ad624ba1c308988bcc1ff57f2146a5c.tar.xz
Fix broken link and title
-rw-r--r--README.mediawiki2
-rw-r--r--bip-0008.mediawiki4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.mediawiki b/README.mediawiki
index 118136d..4f6b8bc 100644
--- a/README.mediawiki
+++ b/README.mediawiki
@@ -30,7 +30,7 @@ Those proposing changes should consider that ultimately consent may rest with th
|-
| [[bip-0008.mediawiki|8]]
|
-| Version bits with optional guaranteed lock-in
+| Version bits with guaranteed lock-in
| Shaolin Fry
| Informational
| Draft
diff --git a/bip-0008.mediawiki b/bip-0008.mediawiki
index 69731fe..f4b88df 100644
--- a/bip-0008.mediawiki
+++ b/bip-0008.mediawiki
@@ -1,6 +1,6 @@
<pre>
BIP: 8
- Title: Version bits with optional guaranteed lock-in
+ Title: Version bits with guaranteed lock-in
Author: Shaolin Fry <shaolinfry@protonmail.ch>
Comments-Summary: No comments yet.
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0008
@@ -29,7 +29,7 @@ This specification adds a new per-chain deployment parameter to the [[bip-0009.m
===State transitions===
-<img src="bip-uaversionbits/states.png" align="middle"></img>
+<img src="bip-0008/states.png" align="middle"></img>
The state transition workflow is exactly the same as in [[bip-0009.mediawiki|BIP9]] with an additional rule: During the STARTED state if the '''lockinontimeout''' is set to true, the state will transition to LOCKED_IN when '''timeout''' is reached.