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 f882133 commit bf3f374
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions crates/starknet-types-rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,3 @@ mod custom_serde;
pub mod v0_5_0;

pub use self::v0_5_0::*;

use starknet_types_core::curve::ProjectivePoint;

fn double_operations() {
let projective_point = ProjectivePoint::new(
Felt::from_dec_str(
"874739451078007766457464989774322083649278607533249481151382481072868806602",
)
.unwrap(),
Felt::from_dec_str(
"152666792071518830868575557812948353041420400780739481342941381225525861407",
)
.unwrap(),
Felt::from(1),
);
}

0 comments on commit bf3f374

Please sign in to comment.