mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-10 09:43:09 +00:00
Minor
This commit is contained in:
parent
684df1e057
commit
ec1147848a
@ -51,7 +51,6 @@ pub(crate) fn verify_merkle_proof<F: Field>(
|
||||
compress(current_digest, sibling_digest)
|
||||
}
|
||||
}
|
||||
dbg!(index);
|
||||
ensure!(
|
||||
current_digest == merkle_cap.0[index],
|
||||
"Invalid Merkle proof."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user