From 5488e181f06cefdaba55c3028ac56f72c843d92a Mon Sep 17 00:00:00 2001 From: crStiv Date: Wed, 8 Jan 2025 18:02:24 +0100 Subject: [PATCH] redundancy --- book/src/mpt/encoding_hashing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/mpt/encoding_hashing.md b/book/src/mpt/encoding_hashing.md index 8fa10704b..f31fd2cd9 100644 --- a/book/src/mpt/encoding_hashing.md +++ b/book/src/mpt/encoding_hashing.md @@ -4,7 +4,7 @@ Encoding is done recursively starting from the trie root. Leaf, branch and extension nodes are encoded as the RLP encoding of list containing the hex prefix encoding of the node key as well as -- Leaf Node: the encoding of the the payload, +- Leaf Node: the encoding of the payload, - Branch Node: the hash or encoding of the 16 children and the encoding of the payload,