We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
use
Vec
alloc
1 parent 8eabcc1 commit 126ac50Copy full SHA for 126ac50
lightning/src/ln/funding.rs
@@ -9,12 +9,13 @@
9
10
//! Types pertaining to funding channels.
11
12
+use alloc::vec::Vec;
13
+
14
use bitcoin::{Amount, ScriptBuf, SignedAmount, TxOut};
15
use bitcoin::{Script, Sequence, Transaction, Weight};
16
17
use crate::events::bump_transaction::Utxo;
18
use crate::ln::chan_utils::EMPTY_SCRIPT_SIG_WEIGHT;
-use crate::prelude::Vec;
19
use crate::sign::{P2TR_KEY_PATH_WITNESS_WEIGHT, P2WPKH_WITNESS_WEIGHT};
20
21
/// The components of a splice's funding transaction that are contributed by one party.
0 commit comments