Skip to content

Commit

Permalink
Set context so merkel test will run.
Browse files Browse the repository at this point in the history
  • Loading branch information
codygunton committed Aug 10, 2023
1 parent 8744b27 commit ec3346a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ void assert_check_subtree_membership(field_t<Composer> const& root,
std::string const& msg = "assert_check_subtree_membership")
{
auto exists = check_subtree_membership(root, hashes, value, index, at_height, is_updating_tree);
exists.context = root.context;
exists.assert_equal(true, msg);
}

Expand Down

0 comments on commit ec3346a

Please sign in to comment.