From ca8e9b87a7e1a51952d4f68dcfc3280758a0a47e Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Sun, 25 Jun 2017 05:39:50 +0000 Subject: BIP 8: Use block heights rather than MTP --- bip-0008/states.png | Bin 20891 -> 21180 bytes bip-0008/states.svg | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'bip-0008') diff --git a/bip-0008/states.png b/bip-0008/states.png index 8287573..de94501 100644 Binary files a/bip-0008/states.png and b/bip-0008/states.png differ 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 @@ DEFINED - starttime <= MTP < timeout + start <= height < timeout STARTED - (lockinontimeout == false) AND (MTP < timeout) AND (threshold reached) + (lockinontimeout == false) AND (height < timeout) AND (threshold reached) OR - (lockinontimeout == true) AND ((MTP >= timeout) OR (threshold reached)) + (lockinontimeout == true) AND ((height >= timeout) OR (threshold reached)) LOCKED_IN @@ -45,7 +45,7 @@ FAILED - timeout <= MTP + timeout <= height - (lockinontimeout == false) AND (timeout <= MTP) + (lockinontimeout == false) AND (timeout <= height) -- cgit v1.2.3