Skip to content

Commit 92fdb15

Browse files
authored
Merge pull request #100 from lightninglabs/pullanchor
multi: add new pullanchor command
2 parents 2abc29d + 7227c7f commit 92fdb15

File tree

6 files changed

+568
-1
lines changed

6 files changed

+568
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ Available Commands:
423423
forceclose Force-close the last state that is in the channel.db provided
424424
genimportscript Generate a script containing the on-chain keys of an lnd wallet that can be imported into other software like bitcoind
425425
migratedb Apply all recent lnd channel database migrations
426+
pullanchor Attempt to CPFP an anchor output of a channel
426427
removechannel Remove a single channel from the given channel DB
427428
rescueclosed Try finding the private keys for funds that are in outputs of remotely force-closed channels
428429
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:
481482
| [forceclose](doc/chantools_forceclose.md) | :pencil: (:skull: :warning:) Publish an old channel state from a `channel.db` file |
482483
| [genimportscript](doc/chantools_genimportscript.md) | :pencil: Create a script/text file that can be used to import `lnd` keys into other software |
483484
| [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 |
484486
| [recoverloopin](doc/chantools_recoverloopin.md) | :pencil: Recover funds from a failed Lightning Loop inbound swap |
485487
| [removechannel](doc/chantools_removechannel.md) | (:skull: :warning:) Remove a single channel from a `channel.db` file |
486488
| [rescueclosed](doc/chantools_rescueclosed.md) | :pencil: (:pushpin:) Rescue funds in a legacy (pre `STATIC_REMOTE_KEY`) channel output |

0 commit comments

Comments
 (0)