Skip to content

Commit

Permalink
nit remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovahs committed Jun 18, 2024
1 parent e137411 commit 7c77275
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/crypto/bls/src/attestation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ mod tests {
1586467664616413849,
]);
let hex_string = bigint_to_hex(&bigint);
println!("hex string :{}", hex_string);
let converted_bigint = hex_string_to_biginteger256(&hex_string);
assert_eq!(bigint, converted_bigint);
let keypair_result_from_string = KeyPair::from_string(hex_string);
Expand Down

0 comments on commit 7c77275

Please sign in to comment.