Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Jul 4, 2022
1 parent 64b0e8b commit bdb18b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grovedb/src/batch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ trait TreeCache {

impl<'db, S, F> TreeCacheMerkByPath<S, F>
where
F: Fn(&[Vec<u8>]) -> CostResult<Merk<S>, Error>,
F: FnMut(&[Vec<u8>]) -> CostResult<Merk<S>, Error>,
S: StorageContext<'db>,
{
fn follow_reference<'a>(
Expand Down

0 comments on commit bdb18b7

Please sign in to comment.