File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ use bitcoin::secp256k1::PublicKey;
2020
2121use crate :: chain:: channelmonitor:: { ChannelMonitor , ChannelMonitorUpdate , MonitorEvent } ;
2222use crate :: chain:: transaction:: { OutPoint , TransactionData } ;
23- use crate :: impl_writeable_tlv_based;
2423use crate :: ln:: types:: ChannelId ;
2524use crate :: sign:: ecdsa:: EcdsaChannelSigner ;
2625use crate :: sign:: HTLCDescriptor ;
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ use crate::util::persist::{
2828 OUTPUT_SWEEPER_PERSISTENCE_PRIMARY_NAMESPACE , OUTPUT_SWEEPER_PERSISTENCE_SECONDARY_NAMESPACE ,
2929} ;
3030use crate :: util:: ser:: { Readable , ReadableArgs , Writeable } ;
31- use crate :: { impl_writeable_tlv_based , log_debug, log_error} ;
31+ use crate :: { log_debug, log_error} ;
3232
3333use bitcoin:: block:: Header ;
3434use bitcoin:: locktime:: absolute:: LockTime ;
You can’t perform that action at this time.
0 commit comments