summaryrefslogtreecommitdiff
path: root/bip-0008/states.svg
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2017-06-25 05:39:50 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2017-06-25 06:36:14 +0000
commitca8e9b87a7e1a51952d4f68dcfc3280758a0a47e (patch)
treefff814b5c24ab071e41048a2838904673e686021 /bip-0008/states.svg
parent17e158b3c3ccf05505cec60c7408a9968774d15f (diff)
downloadbips-ca8e9b87a7e1a51952d4f68dcfc3280758a0a47e.tar.xz
BIP 8: Use block heights rather than MTP
Diffstat (limited to 'bip-0008/states.svg')
-rw-r--r--bip-0008/states.svg10
1 files changed, 5 insertions, 5 deletions
diff --git a/bip-0008/states.svg b/bip-0008/states.svg
index 56afd15..f7d9f9d 100644
--- a/bip-0008/states.svg
+++ b/bip-0008/states.svg
@@ -25,14 +25,14 @@
<text x="176" y="72" font-size="20" text-anchor="middle">DEFINED</text>
<path d="M 128 80 a 24 32 0 1 1 0 -32"/><!-- loop -->
<path d="M 176 80 l 0 96"/>
- <text x="160" y="128" font-size="12" text-anchor="end">starttime &lt;= MTP &lt; timeout</text>
+ <text x="160" y="128" font-size="12" text-anchor="end">start &lt;= height &lt; timeout</text>
<rect x="112" y="176" width="128" height="32"/>
<text x="176" y="200" font-size="20" text-anchor="middle">STARTED</text>
<path d="M 128 208 a 24 32 0 1 1 0 -32"/><!-- loop -->
<path d="M 176 208 l 0 96"/>
- <text x="192" y="232" font-size="12" text-anchor="start">(lockinontimeout == false) AND (MTP &lt; timeout) AND (threshold reached)</text>
+ <text x="192" y="232" font-size="12" text-anchor="start">(lockinontimeout == false) AND (height &lt; timeout) AND (threshold reached)</text>
<text x="304" y="256" font-size="12" text-anchor="start">OR</text>
- <text x="192" y="280" font-size="12" text-anchor="start">(lockinontimeout == true) AND ((MTP &gt;= timeout) OR (threshold reached))</text>
+ <text x="192" y="280" font-size="12" text-anchor="start">(lockinontimeout == true) AND ((height &gt;= timeout) OR (threshold reached))</text>
<rect x="112" y="304" width="128" height="32"/>
<text x="176" y="328" font-size="20" text-anchor="middle">LOCKED_IN</text>
<path d="M 176 336 l 0 48"/>
@@ -45,7 +45,7 @@
<text x="368" y="136" font-size="20" text-anchor="middle">FAILED</text>
<path d="M 416 144 a 24 32 0 1 0 0 -32"/><!-- loop -->
<path d="M 240 64 l 64 48"/>
- <text x="280" y="80" font-size="12" text-anchor="start">timeout &lt;= MTP</text>
+ <text x="280" y="80" font-size="12" text-anchor="start">timeout &lt;= height</text>
<path d="M 240 192 l 64 -48"/>
- <text x="280" y="180" font-size="12" text-anchor="start">(lockinontimeout == false) AND (timeout &lt;= MTP)</text>
+ <text x="280" y="180" font-size="12" text-anchor="start">(lockinontimeout == false) AND (timeout &lt;= height)</text>
</svg>