Skip to content

Commit ea9895c

Browse files
committed
doc: update after latest changes
1 parent 7174248 commit ea9895c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/chantools_sweepremoteclosed.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ chantools sweepremoteclosed \
3838
--feerate uint32 fee rate to use for the sweep transaction in sat/vByte (default 30)
3939
-h, --help help for sweepremoteclosed
4040
--hsm_secret string the hex encoded HSM secret to use for deriving the multisig keys for a CLN node; obtain by running 'xxd -p -c32 ~/.lightning/bitcoin/hsm_secret'
41-
--peers string comma separated list of hex encoded public keys of the remote peers to recover funds from, only required when using --hsm_secret to derive the keys
41+
--known_outputs string a comma separated list of known output addresses to use for matching against, instead of querying the API; can also be a file name to a file that contains the known outputs, one per line
42+
--peers string comma separated list of hex encoded public keys of the remote peers to recover funds from, only required when using --hsm_secret to derive the keys; can also be a file name to a file that contains the public keys, one per line
4243
--publish publish sweep TX to the chain API instead of just printing the TX
4344
--recoverywindow uint32 number of keys to scan per derivation path (default 200)
4445
--rootkey string BIP32 HD root key of the wallet to use for sweeping the wallet; leave empty to prompt for lnd 24 word aezeed

doc/chantools_triggerforceclose.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ chantools triggerforceclose \
2424
### Options
2525

2626
```
27+
--all_public_channels query all public channels from the Amboss API and attempt to trigger a force close for each of them
2728
--apiurl string API URL to use (must be esplora compatible) (default "https://api.node-recovery.com")
2829
--bip39 read a classic BIP39 seed and passphrase from the terminal instead of asking for lnd seed format or providing the --rootkey flag
2930
--channel_point string funding transaction outpoint of the channel to trigger the force close of (<txid>:<txindex>)

0 commit comments

Comments
 (0)