Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ok300 committed Mar 20, 2024
1 parent cd376f5 commit 0afbe9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/src/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ use boltz_client::{
Bolt11Invoice, Keypair,
};
use log::{debug, warn};
use lwk_common::{Signer, Singlesig, singlesig_desc};
use lwk_common::{singlesig_desc, Signer, Singlesig};
use lwk_signer::{AnySigner, SwSigner};
use lwk_wollet::{
elements::Address, full_scan_with_electrum_client, BlockchainBackend, ElectrumClient,
ElectrumUrl, ElementsNetwork, NoPersist, Wollet as LwkWollet,
};

use crate::{
Network, persist::Persister, OngoingSwap, SendPaymentResponse, SwapError, SwapLbtcResponse, WalletInfo,
WalletOptions,
persist::Persister, Network, OngoingSwap, SendPaymentResponse, SwapError, SwapLbtcResponse,
WalletInfo, WalletOptions,
};

// To avoid sendrawtransaction error "min relay fee not met"
Expand Down

0 comments on commit 0afbe9c

Please sign in to comment.