File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2077,8 +2077,8 @@ impl KeysManager {
2077
2077
/// Gets the set of possible `script_pubkey`s which can appear on chain for our
2078
2078
/// non-HTLC-encumbered balance if our counterparty force-closes the channel.
2079
2079
///
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,
2082
2082
/// other channels will close to a randomly-generated `script_pubkey`.
2083
2083
pub fn possible_v2_counterparty_closed_balance_spks < C : Signing > (
2084
2084
& self , secp_ctx : & Secp256k1 < C > ,
You can’t perform that action at this time.
0 commit comments