Skip to content

Commit 4580957

Browse files
committed
f docs
1 parent fd969c4 commit 4580957

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lightning/src/sign/mod.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2075,7 +2075,12 @@ impl KeysManager {
20752075
}
20762076

20772077
/// Gets the set of possible `script_pubkey`s which can appear on chain for our
2078-
/// non-HTLC-encumbered balance if our counterparty force-closes the channel.
2078+
/// non-HTLC-encumbered balance if our counterparty force-closes a channel.
2079+
///
2080+
/// If you've lost all data except your seed, asking your peers nicely to force-close the
2081+
/// chanels they had with you (and hoping they don't broadcast a stale state and that there are
2082+
/// no pending HTLCs in the latest state) and scanning the chain for these `script_pubkey`s can
2083+
/// allow you to recover (some of) your funds.
20792084
///
20802085
/// Only channels opened when using a [`KeysManager`] with the `v2_remote_key_derivation`
20812086
/// argument to [`KeysManager::new`] set, or any spliced channels will close to such scripts,

0 commit comments

Comments
 (0)