Browse Source
Remove unnecessary newlines around imports
no-contract-setup-message
Lucas Soriano del Pino
3 years ago
No known key found for this signature in database
GPG Key ID: EE611E973A1530E7
2 changed files with
0 additions and
2 deletions
-
cfd_protocol/src/protocol.rs
-
cfd_protocol/src/protocol/transactions.rs
|
|
@ -7,7 +7,6 @@ use crate::protocol::transactions::{ |
|
|
|
lock_transaction, CommitTransaction, ContractExecutionTransaction as ContractExecutionTx, |
|
|
|
RefundTransaction, |
|
|
|
}; |
|
|
|
|
|
|
|
use anyhow::{bail, Context, Result}; |
|
|
|
use bdk::bitcoin::hashes::hex::ToHex; |
|
|
|
use bdk::bitcoin::util::bip143::SigHashCache; |
|
|
|
|
|
@ -3,7 +3,6 @@ use crate::protocol::transaction_ext::TransactionExt; |
|
|
|
use crate::protocol::{ |
|
|
|
commit_descriptor, compute_adaptor_point, lock_descriptor, Payout, DUMMY_2OF2_MULTISIG, |
|
|
|
}; |
|
|
|
|
|
|
|
use anyhow::{Context, Result}; |
|
|
|
use bdk::bitcoin::util::bip143::SigHashCache; |
|
|
|
use bdk::bitcoin::util::psbt::{Global, PartiallySignedTransaction}; |
|
|
|