Skip to content

Commit

Permalink
Fix TailToPublicOutputValidator
Browse files Browse the repository at this point in the history
Co-authored-by: Leila Wang <leizciw@gmail.com>
  • Loading branch information
spalladino and LeilaWang committed Aug 1, 2024
1 parent 73a9f62 commit bac2c9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ impl TailToPublicOutputValidator {
// unencrypted_logs_hashes
assert_split_sorted_transformed_value_arrays_asc(
prev_data.unencrypted_logs_hashes,
prev_data.unencrypted_logs_hashes,
prev_data.unencrypted_logs_hashes.map(|log: ScopedLogHash| log.expose_to_public()),
split_counter,
output_non_revertible.unencrypted_logs_hashes,
output_revertible.unencrypted_logs_hashes,
Expand Down

0 comments on commit bac2c9b

Please sign in to comment.