Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrembal committed Feb 8, 2025
1 parent 9486d9f commit e442f51
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions core/src/tx_sender.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ use crate::{
actor::Actor,
bitcoin_syncer::BitcoinSyncerEvent,
builder::{
self, script::SpendPath, transaction::{
self,
script::SpendPath,
transaction::{
input::SpendableTxIn, output::UnspentTxOut, TxHandlerBuilder, DEFAULT_SEQUENCE,
}
},
},
database::Database,
errors::BridgeError,
extended_rpc::ExtendedRpc, rpc::clementine::{NormalSignatureId, NormalSignatureKind},
extended_rpc::ExtendedRpc,
rpc::clementine::{NormalSignatureId, NormalSignatureKind},
};

#[derive(Clone, Debug)]
Expand Down

0 comments on commit e442f51

Please sign in to comment.