Skip to content

Commit

Permalink
FIX it all change commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
cronokirby committed Apr 19, 2024
1 parent 91ea96e commit 50b1d7c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/core/component/dex/src/batch_swap_output_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@ impl ToConstraintField<Fq> for BatchSwapOutputData {
.to_field_elements()
.expect("U128x128 types are Bls12-377 field members"),
);
public_inputs.extend(
Fq::from(self.height)
.to_field_elements()
.expect("Fq types are Bls12-377 field members"),
);
public_inputs.extend(
self.trading_pair
.to_field_elements()
Expand Down

0 comments on commit 50b1d7c

Please sign in to comment.