Skip to content

Commit

Permalink
pub
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Oct 24, 2024
1 parent 5d54f85 commit d1de37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chia-datalayer/src/merkle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ impl MerkleBlob {
Ok(())
}

fn batch_insert<I>(&mut self, mut keys_values_hashes: I) -> Result<(), String>
pub fn batch_insert<I>(&mut self, mut keys_values_hashes: I) -> Result<(), String>
where
I: Iterator<Item = ((KvId, KvId), Hash)>,
{
Expand Down

0 comments on commit d1de37d

Please sign in to comment.