fix broken image path in dip-001 (#33)

This commit is contained in:
taw00 2018-12-03 08:02:24 -05:00 committed by thephez
parent 283c6c9938
commit eec6205fba

View file

@ -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.