mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-11 02:03:07 +00:00
Minor
This commit is contained in:
parent
291e67bec5
commit
01d745b627
@ -65,7 +65,7 @@ impl<F: Field> PolynomialBatchCommitment<F> {
|
||||
let merkle_tree = timed!(
|
||||
timing,
|
||||
"build Merkle tree",
|
||||
MerkleTree::new(leaves, cap_height,)
|
||||
MerkleTree::new(leaves, cap_height)
|
||||
);
|
||||
|
||||
Self {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user