From eec6205fbac83af4e3d13e2985cfd2b06b1c5910 Mon Sep 17 00:00:00 2001 From: taw00 Date: Mon, 3 Dec 2018 08:02:24 -0500 Subject: [PATCH] fix broken image path in dip-001 (#33) --- dip-0001.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dip-0001.md b/dip-0001.md index 03a44c2..53fc455 100644 --- a/dip-0001.md +++ b/dip-0001.md @@ -110,7 +110,7 @@ Note that blocks mined by non upgraded miners will broadcast version `0x20000000 As in BIP9 each block is assigned a state according to the flow chart: -![State Flow Chart](/dip-0001/states.png) +![State Flow Chart](dip-0001/states.png) Above, MTP represents the median time past as in BIP113. The variables starttime and timeout are particular integers that represent the time in the current epoch. Here, threshold reached, is a particular boolean we will define below, and denote without the space, `thresholdreached`, in code.