Skip to content

Commit

Permalink
chore: change doc file name to use trie
Browse files Browse the repository at this point in the history
  • Loading branch information
h5law committed Dec 6, 2023
1 parent ab6942c commit 12d9ac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/MerkleSumTree.md → docs/MerkleSumTrie.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ verifiable total sum of all elements.
## Implementation

The implementation of the Sparse Merkle Sum Trie (SMST) follows, in principle,
the same implementation as the [Plasma Core Merkle Sum trie][plasma core docs].
the same implementation as the [Plasma Core Merkle Sum Tree][plasma core docs].
The main differences with the current SMT implementation are outlined below.
The primary difference lies in the encoding of node data within the trie to
accommodate for the sum.
Expand Down Expand Up @@ -317,4 +317,4 @@ func main() {
}
```

[plasma core docs]: https://plasma-core.readthedocs.io/en/latest/specs/sum-trie.html
[plasma core docs]: https://plasma-core.readthedocs.io/en/latest/specs/sum-tree.html

0 comments on commit 12d9ac6

Please sign in to comment.