Skip to content

Commit

Permalink
temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xqft committed Nov 1, 2024
1 parent 2c8b6fb commit f65c242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/storage/trie/trie.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ mod test {
trie.insert(b"duck".to_vec(), b"duckling".to_vec()).unwrap();
//trie.insert(b"duc".to_vec(), b"duckling".to_vec()).unwrap();
dbg!(&trie.root);
dbg!(&trie.state.cache);
//dbg!(&trie.state.cache);

let root_hash = trie.hash_no_commit().unwrap().into();
let trie_proof = trie.get_proof(&b"duck".to_vec()).unwrap();
Expand Down

0 comments on commit f65c242

Please sign in to comment.