File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -2075,7 +2075,12 @@ impl KeysManager {
2075
2075
}
2076
2076
2077
2077
/// 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.
2079
2084
///
2080
2085
/// Only channels opened when using a [`KeysManager`] with the `v2_remote_key_derivation`
2081
2086
/// argument to [`KeysManager::new`] set, or any spliced channels will close to such scripts,
You can’t perform that action at this time.
0 commit comments