Skip to content

Commit c8cfe8d

Browse files
committed
f docs for the new splicing logic
1 parent a560983 commit c8cfe8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/sign/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2077,8 +2077,8 @@ impl KeysManager {
20772077
/// Gets the set of possible `script_pubkey`s which can appear on chain for our
20782078
/// non-HTLC-encumbered balance if our counterparty force-closes the channel.
20792079
///
2080-
/// Only channels opened or spliced when using a [`KeysManager`] with the
2081-
/// `v2_remote_key_derivation` argument to [`KeysManager::new`] will close to such scripts,
2080+
/// Only channels opened when using a [`KeysManager`] with the `v2_remote_key_derivation`
2081+
/// argument to [`KeysManager::new`] set, or any spliced channels will close to such scripts,
20822082
/// other channels will close to a randomly-generated `script_pubkey`.
20832083
pub fn possible_v2_counterparty_closed_balance_spks<C: Signing>(
20842084
&self, secp_ctx: &Secp256k1<C>,

0 commit comments

Comments
 (0)