Skip to content

Commit

Permalink
fmt: bolt-boost
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Oct 14, 2024
1 parent bc7e629 commit 7c7d677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bolt-boost/src/proofs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ pub fn verify_multiproofs(
// Get all the leaves from the saved constraints
let mut leaves = Vec::with_capacity(proofs.total_leaves());

// NOTE: Get the leaves from the constraints cache by matching the saved hashes. We need the leaves
// in order to verify the multiproof.
// NOTE: Get the leaves from the constraints cache by matching the saved hashes. We need the
// leaves in order to verify the multiproof.
for hash in &proofs.transaction_hashes {
let mut found = false;
for constraint in constraints {
Expand Down

0 comments on commit 7c7d677

Please sign in to comment.