File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ use crate::chain::transaction::{OutPoint, TransactionData};
39
39
use crate::chain::BestBlock;
40
40
use crate::events::bump_transaction::BASE_INPUT_WEIGHT;
41
41
use crate::events::ClosureReason;
42
+ use crate::ln::chan_utils;
42
43
#[cfg(splicing)]
43
44
use crate::ln::chan_utils::FUNDING_TRANSACTION_WITNESS_WEIGHT;
44
45
use crate::ln::chan_utils::{
@@ -71,7 +72,8 @@ use crate::ln::onion_utils::{
71
72
};
72
73
use crate::ln::script::{self, ShutdownScript};
73
74
use crate::ln::types::ChannelId;
74
- use crate::ln::{chan_utils, LN_MAX_MSG_LEN};
75
+ #[cfg(splicing)]
76
+ use crate::ln::LN_MAX_MSG_LEN;
75
77
use crate::routing::gossip::NodeId;
76
78
use crate::sign::ecdsa::EcdsaChannelSigner;
77
79
use crate::sign::tx_builder::{SpecTxBuilder, TxBuilder};
You can’t perform that action at this time.
0 commit comments