Skip to content

Commit a040941

Browse files
committed
update code format
1 parent 9e128be commit a040941

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/wallet/mod.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ use bitcoin::secp256k1::ecdh::SharedSecret;
4545
use bitcoin::secp256k1::ecdsa::{RecoverableSignature, Signature};
4646
use bitcoin::secp256k1::{PublicKey, Scalar, Secp256k1, SecretKey, Signing};
4747
use bitcoin::{
48-
Address, Amount, FeeRate, Network, ScriptBuf, Transaction, TxOut, Txid, WPubkeyHash, WitnessProgram, WitnessVersion
48+
Address, Amount, FeeRate, Network, ScriptBuf, Transaction, TxOut, Txid, WPubkeyHash,
49+
WitnessProgram, WitnessVersion,
4950
};
5051

5152
use std::ops::Deref;
@@ -344,8 +345,6 @@ where
344345
.map_err(|_| Error::InvalidAddress)
345346
}
346347

347-
348-
349348
pub(crate) fn send_to_address(
350349
&self, address: &bitcoin::Address, send_amount: OnchainSendAmount,
351350
fee_rate: Option<FeeRate>,

0 commit comments

Comments
 (0)