Skip to content

Commit

Permalink
chore: run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ppoliani committed Feb 18, 2024
1 parent decd329 commit 2d7407a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/bin/zkbtc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ use anyhow::{ensure, Context, Result};
use bitcoin::{Address, Txid};
use clap::{Parser, Subcommand};
use log::info;
use std::{collections::HashMap, env, path::{Path, PathBuf}, str::FromStr};
use std::{
collections::HashMap,
env,
path::{Path, PathBuf},
str::FromStr,
};
use tempdir::TempDir;
use zkbitcoin::{
alice_sign_tx::generate_and_broadcast_transaction,
Expand Down

0 comments on commit 2d7407a

Please sign in to comment.