From 124e4fc080d82e7662ad4411e8c8d32636885dd3 Mon Sep 17 00:00:00 2001 From: Jimmy Debe <91767824+jimstir@users.noreply.github.com> Date: Thu, 1 Jan 2026 23:37:38 -0500 Subject: [PATCH] Update md --- nomos/raw/fork-choice.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nomos/raw/fork-choice.md b/nomos/raw/fork-choice.md index 5f0dd11..63efab0 100644 --- a/nomos/raw/fork-choice.md +++ b/nomos/raw/fork-choice.md @@ -113,17 +113,17 @@ Returns the minimum block depth at which the two branches converge to a common c Examples: -1. $$\textbf{CommonPrefixDepth}(b_1, b_2) = (0, 4)$$ +1- $$\textbf{CommonPrefixDepth}(b_1, b_2) = (0, 4)$$ implies that $b_2$ is ahead of $b_1$ by 4 blocks ![image](./images/image1.jpeg) -2. $$\textbf{CommonPrefixDepth}(b_2, b_5) = (2, 3)$$ +2- $$\textbf{CommonPrefixDepth}(b_2, b_5) = (2, 3)$$ would represent a forking tree like the one illustrated below: ![image2](./images/commonprefix2.jpeg) -3. $$\textbf{density}(b_i, d, s_{gen})$$ +3- $$\textbf{density}(b_i, d, s_{gen})$$ ![image3](./images/density.jpeg)