chore: fix typos

This commit is contained in:
shuoer86
2023-11-26 21:19:03 +08:00
parent 012ad5ae93
commit 650508cbc9
4 changed files with 4 additions and 4 deletions

View File

@@ -208,7 +208,7 @@ impl TieredSmt {
let node = self.build_leaf_node(index, key, value);
self.nodes.update_leaf_node(index, node)
} else if leaf_exists {
// returned index pointes to a leaf for a different key with the same prefix
// returned index points to a leaf for a different key with the same prefix
// get the key-value pair for the key with the same prefix; since the key-value
// pair has already been inserted into the value store, we need to filter it out