Skip to content

Commit 2eeb134

Browse files
committed
f - fix build warnings
1 parent c3d9276 commit 2eeb134

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13635,9 +13635,10 @@ mod tests {
1363513635
use crate::chain::chaininterface::LowerBoundedFeeEstimator;
1363613636
use crate::chain::transaction::OutPoint;
1363713637
use crate::chain::BestBlock;
13638+
#[cfg(splicing)]
13639+
use crate::ln::chan_utils::ChannelTransactionParameters;
1363813640
use crate::ln::chan_utils::{
1363913641
self, commit_tx_fee_sat, htlc_success_tx_weight, htlc_timeout_tx_weight,
13640-
ChannelTransactionParameters,
1364113642
};
1364213643
use crate::ln::channel::{
1364313644
AwaitingChannelReadyFlags, ChannelState, FundedChannel, HTLCCandidate, HTLCInitiator,
@@ -13657,6 +13658,7 @@ mod tests {
1365713658
use crate::prelude::*;
1365813659
use crate::routing::router::{Path, RouteHop};
1365913660
use crate::sign::{ChannelSigner, EntropySource, InMemorySigner, SignerProvider};
13661+
#[cfg(splicing)]
1366013662
use crate::sync::Mutex;
1366113663
#[cfg(ldk_test_vectors)]
1366213664
use crate::types::features::ChannelTypeFeatures;

0 commit comments

Comments
 (0)