From 53eb51dbc30623ac63f4996fc8cd2d6f183e5251 Mon Sep 17 00:00:00 2001 From: Ekrem BAL Date: Sat, 9 Dec 2023 19:51:23 +0300 Subject: [PATCH] nits --- src/main.rs | 15 +-------------- src/prover.rs | 2 +- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/src/main.rs b/src/main.rs index 0848341..b264481 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,19 +1,6 @@ - - use bitcoin::consensus::Decodable; - - - -use bitcoin::{Transaction}; - - - - - - - - +use bitcoin::Transaction; pub fn parse_hex_transaction( tx_hex: &str, diff --git a/src/prover.rs b/src/prover.rs index 1f4eccd..0315a18 100644 --- a/src/prover.rs +++ b/src/prover.rs @@ -471,7 +471,7 @@ async fn main() { let a2 = 70; let b1 = number_to_bool_array(a1, 64); let b2 = number_to_bool_array(a2, 64); - + let _o = circuit.evaluate(vec![b1, b2]); // return; // send_message(&mut ws_stream, &sig).await.unwrap();