Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Mar 8, 2024
1 parent f20f93f commit 324160f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/starknet-types-core/src/curve/affine_point.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ impl core::ops::Neg for &AffinePoint {
type Output = AffinePoint;

fn neg(self) -> AffinePoint {
// AffinePoint(ShortWeierstrassProjectivePoint::from_affine(self.x().0, -self.y().0).unwrap())
AffinePoint(self.0.neg())
}
}
Expand Down

0 comments on commit 324160f

Please sign in to comment.