Skip to content

Commit 322bbcd

Browse files
authored
fix typo in merkle_tree_check_update_gadget.hpp
it should be "update" gadget.
1 parent f011651 commit 322bbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsnark/gadgetlib1/gadgets/merkle_tree/merkle_tree_check_update_gadget.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @file
22
*****************************************************************************
33
4-
Declaration of interfaces for the Merkle tree check read gadget.
4+
Declaration of interfaces for the Merkle tree check update gadget.
55
66
The gadget checks the following: given two roots R1 and R2, address A, two
77
values V1 and V2, and authentication path P, check that

0 commit comments

Comments
 (0)