chore: storage -> store

This commit is contained in:
Augusto F. Hack
2023-03-20 21:55:57 +01:00
committed by Victor Lopez
parent 8cb245dc1f
commit 17eb8d78d3
3 changed files with 12 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ const LEAVES4: [Word; 4] = [
];
#[test]
fn test_root_not_in_storage() -> Result<(), MerkleError> {
fn test_root_not_in_store() -> Result<(), MerkleError> {
let mtree = MerkleTree::new(LEAVES4.to_vec())?;
let store = MerkleStore::default().with_merkle_tree(LEAVES4)?;
assert_eq!(