You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -423,6 +423,7 @@ Available Commands:
423
423
forceclose Force-close the last state that is in the channel.db provided
424
424
genimportscript Generate a script containing the on-chain keys of an lnd wallet that can be imported into other software like bitcoind
425
425
migratedb Apply all recent lnd channel database migrations
426
+
pullanchor Attempt to CPFP an anchor output of a channel
426
427
removechannel Remove a single channel from the given channel DB
427
428
rescueclosed Try finding the private keys for funds that are in outputs of remotely force-closed channels
428
429
rescuefunding Rescue funds locked in a funding multisig output that never resulted in a proper channel; this is the command the initiator of the channel needs to run
@@ -481,6 +482,7 @@ Legend:
481
482
|[forceclose](doc/chantools_forceclose.md)|:pencil: (:skull::warning:) Publish an old channel state from a `channel.db` file |
482
483
|[genimportscript](doc/chantools_genimportscript.md)|:pencil: Create a script/text file that can be used to import `lnd` keys into other software |
483
484
|[migratedb](doc/chantools_migratedb.md)| Upgrade the `channel.db` file to the latest version |
485
+
|[pullanchor](doc/chantools_pullanchor.md)|:pencil: Attempt to CPFP an anchor output of a channel |
484
486
|[recoverloopin](doc/chantools_recoverloopin.md)|:pencil: Recover funds from a failed Lightning Loop inbound swap |
485
487
|[removechannel](doc/chantools_removechannel.md)| (:skull::warning:) Remove a single channel from a `channel.db` file |
486
488
|[rescueclosed](doc/chantools_rescueclosed.md)|:pencil: (:pushpin:) Rescue funds in a legacy (pre `STATIC_REMOTE_KEY`) channel output |
0 commit comments