Skip to content

Commit be02cec

Browse files
committed
Drop unused imports
1 parent 95b672c commit be02cec

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lightning/src/chain/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ use bitcoin::secp256k1::PublicKey;
2020

2121
use crate::chain::channelmonitor::{ChannelMonitor, ChannelMonitorUpdate, MonitorEvent};
2222
use crate::chain::transaction::{OutPoint, TransactionData};
23-
use crate::impl_writeable_tlv_based;
2423
use crate::ln::types::ChannelId;
2524
use crate::sign::ecdsa::EcdsaChannelSigner;
2625
use crate::sign::HTLCDescriptor;

lightning/src/util/sweep.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use crate::util::persist::{
2828
OUTPUT_SWEEPER_PERSISTENCE_PRIMARY_NAMESPACE, OUTPUT_SWEEPER_PERSISTENCE_SECONDARY_NAMESPACE,
2929
};
3030
use 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

3333
use bitcoin::block::Header;
3434
use bitcoin::locktime::absolute::LockTime;

0 commit comments

Comments
 (0)