Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrembal committed Dec 9, 2023
1 parent 8cfa041 commit 53eb51d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
15 changes: 1 addition & 14 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@


use bitcoin::consensus::Decodable;




use bitcoin::{Transaction};








use bitcoin::Transaction;

pub fn parse_hex_transaction(
tx_hex: &str,
Expand Down
2 changes: 1 addition & 1 deletion src/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 53eb51d

Please sign in to comment.