File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,7 @@ impl OutPoint {
6161 /// This is not exported to bindings users as the same type is used universally in the C bindings
6262 /// for all outpoints
6363 pub fn into_bitcoin_outpoint ( self ) -> BitcoinOutPoint {
64- BitcoinOutPoint {
65- txid : self . txid ,
66- vout : self . index as u32 ,
67- }
64+ BitcoinOutPoint { txid : self . txid , vout : self . index as u32 }
6865 }
6966}
7067
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ lightning/src/chain/channelmonitor.rs
44lightning/src/chain/mod.rs
55lightning/src/chain/onchaintx.rs
66lightning/src/chain/package.rs
7- lightning/src/chain/transaction.rs
87lightning/src/lib.rs
98lightning/src/ln/async_signer_tests.rs
109lightning/src/ln/blinded_payment_tests.rs
You can’t perform that action at this time.
0 commit comments