From 32c5f24967fa605dedb3721e3c7c089d59e47e60 Mon Sep 17 00:00:00 2001 From: Daniel Olshansky Date: Tue, 4 Jun 2024 19:45:34 -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 edb02b9..eb9b55d 100644 --- a/docs/smt.md +++ b/docs/smt.md @@ -209,7 +209,7 @@ Paths are **only** stored in two types of nodes: `Leaf` nodes and `Extension` no - `Leaf` nodes contain: - The full path which it represent - - The value stored at that path + - 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).