Skip to content

Commit

Permalink
apply cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
max-zengo committed Sep 21, 2023
1 parent 094c487 commit c1d7409
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion demo-wallet/src/bitcoin/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ use two_party_ecdsa::curv::elliptic::curves::traits::ECPoint;
use two_party_ecdsa::curv::BigInt;
use uuid::Uuid;


use client_lib::ecdsa;
use client_lib::ecdsa::types::PrivateShare;
use client_lib::Client;
Expand Down
1 change: 0 additions & 1 deletion demo-wallet/src/ethereum/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use crate::Settings;
use clap::{Args, Subcommand};
use ethers::prelude::{Address, LocalWallet, Signer};


use client_lib as GothamClient;

#[derive(Args)]
Expand Down
4 changes: 0 additions & 4 deletions demo-wallet/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ use crate::bitcoin::commands::*;
use crate::ethereum::commands::*;
use clap::{Parser, Subcommand};





use config::{Config, File};
use serde::Deserialize;

Expand Down

0 comments on commit c1d7409

Please sign in to comment.