Skip to content

Commit

Permalink
Update docs/smt.md
Browse files Browse the repository at this point in the history
Co-authored-by: h5law <[email protected]>
Signed-off-by: Daniel Olshansky <[email protected]>
  • Loading branch information
Olshansk and h5law authored Jun 4, 2024
1 parent 186ca40 commit 2594f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/smt.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Extension nodes represent a singly linked chain of inner nodes, with a single
child. In other words, they are an optimization to avoid having a long chain of
inner nodes where each inner node only has one child.

In other words, they are used to represent a common path in the trie and as such
They are used to represent a common path in the trie and as such
contain the path and bounds of the path they represent. The `digest` of an extension
node is the hash of its path bounds, the path itself and the child nodes digest
concatenated.
Expand Down

0 comments on commit 2594f1b

Please sign in to comment.