Skip to content

Commit 68cad5f

Browse files
committed
good commit
1 parent 62c0343 commit 68cad5f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

payjoin/src/receive/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ pub struct InputPair {
3939

4040
impl InputPair {
4141
pub fn new(txin: TxIn, psbtin: psbt::Input) -> Result<Self, PsbtInputError> {
42-
let input_pair = Self { txin,
43-
psbtin };
42+
let input_pair = Self { txin, psbtin };
4443
let raw = InternalInputPair::from(&input_pair);
4544
raw.validate_utxo()?;
4645
let address_type = raw.address_type().map_err(InternalPsbtInputError::AddressType)?;

0 commit comments

Comments
 (0)