From cf7b7d5225954250c676ed75e2ad29d0071a8ef6 Mon Sep 17 00:00:00 2001 From: Daniel Olshansky Date: Tue, 4 Jun 2024 19:45:57 -0700 Subject: [PATCH] Update docs/smt.md Co-authored-by: h5law Signed-off-by: Daniel Olshansky --- docs/smt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/smt.md b/docs/smt.md index 606928a..0dc75bb 100644 --- a/docs/smt.md +++ b/docs/smt.md @@ -212,7 +212,7 @@ Paths are **only** stored in two types of nodes: `Leaf` nodes and `Extension` no - The (hashed) value stored at that path - `Extension` nodes contain: - not only the path they represent but also the path - bounds (ie. the start and end of the path they cover). + bounds (ie. the start and end of the path that they cover). Inner nodes do **not** contain a path, as they represent a branch in the trie and not a path. As such their children, _if they are extension nodes or leaf