From 7c7d6772518d9c8e4ec8226d702f7fb45766c4fd Mon Sep 17 00:00:00 2001 From: thedevbirb Date: Mon, 14 Oct 2024 13:47:24 +0200 Subject: [PATCH] fmt: bolt-boost --- bolt-boost/src/proofs.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bolt-boost/src/proofs.rs b/bolt-boost/src/proofs.rs index 432b4d527..d28284232 100644 --- a/bolt-boost/src/proofs.rs +++ b/bolt-boost/src/proofs.rs @@ -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 {