Skip to content

Commit af59fc9

Browse files
Remove unused warnings
1 parent ed1348f commit af59fc9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lightning/src/util/events.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
//! few other things.
1616
1717
use crate::chain::keysinterface::SpendableOutputDescriptor;
18-
use crate::ln::chan_utils::HTLCOutputInCommitment;
1918
use crate::ln::channelmanager::PaymentId;
2019
use crate::ln::channel::FUNDING_CONF_DEADLINE_BLOCKS;
2120
use crate::ln::features::ChannelTypeFeatures;
@@ -26,7 +25,7 @@ use crate::routing::gossip::NetworkUpdate;
2625
use crate::util::ser::{BigSize, FixedLengthReader, Writeable, Writer, MaybeReadable, Readable, VecReadWrapper, VecWriteWrapper};
2726
use crate::routing::router::{RouteHop, RouteParameters};
2827

29-
use bitcoin::{PackedLockTime, Transaction, OutPoint};
28+
use bitcoin::{PackedLockTime, Transaction};
3029
use bitcoin::blockdata::script::Script;
3130
use bitcoin::hashes::Hash;
3231
use bitcoin::hashes::sha256::Hash as Sha256;

0 commit comments

Comments
 (0)