Run cargo fmt
A few trivial formatting errors have snuck into the codebase. Run `cargo +nightly fmt`
This commit is contained in:
parent
ed9012c25c
commit
0e425acad3
|
@ -43,8 +43,8 @@ use bitcoin::util::bip32::{
|
|||
};
|
||||
use bitcoin::util::psbt::{self, Input, Psbt, PsbtSighashType};
|
||||
use bitcoin::{
|
||||
address, Address, Amount, Network, OutPoint, PrivateKey, PublicKey, Script,
|
||||
Sequence, Transaction, TxIn, TxOut, Txid, Witness,
|
||||
address, Address, Amount, Network, OutPoint, PrivateKey, PublicKey, Script, Sequence,
|
||||
Transaction, TxIn, TxOut, Txid, Witness,
|
||||
};
|
||||
|
||||
use self::psbt_sign::*;
|
||||
|
|
|
@ -117,7 +117,6 @@ macro_rules! debug_from_display {
|
|||
};
|
||||
}
|
||||
pub(crate) use debug_from_display;
|
||||
|
||||
#[cfg(test)]
|
||||
pub(crate) use test_macros::*;
|
||||
|
||||
|
|
Loading…
Reference in New Issue