Skip to content

Commit

Permalink
fix typo in merkle_tree_check_update_gadget.hpp
Browse files Browse the repository at this point in the history
it should be "update" gadget.
  • Loading branch information
weikengchen authored and madars committed Mar 29, 2020
1 parent eac5a4a commit 1209fd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @file
*****************************************************************************
Declaration of interfaces for the Merkle tree check read gadget.
Declaration of interfaces for the Merkle tree check update gadget.
The gadget checks the following: given two roots R1 and R2, address A, two
values V1 and V2, and authentication path P, check that
Expand Down

0 comments on commit 1209fd0

Please sign in to comment.