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.