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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -484,7 +484,7 @@ Legend:
484
484
|[compactdb](doc/chantools_compactdb.md)| Run database compaction manually to reclaim space |
485
485
|[createwallet](doc/chantools_createwallet.md)|:pencil: Create a new lnd compatible wallet.db file from an existing seed or by generating a new one |
486
486
|[deletepayments](doc/chantools_deletepayments.md)| Remove ALL payments from a `channel.db` file to reduce size |
487
-
|[derivekey](doc/chantools_derivekey.md)|:pencil: Derive a single private/public key from `lnd`'s seed, use to test seed|
487
+
|[derivekey](doc/chantools_derivekey.md)|:pencil:(**CLN**) Derive a single private/public key from `lnd`'s seed, use to test seed |
488
488
|[doublespendinputs](doc/chantools_doublespendinputs.md)|:pencil: Tries to double spend the given inputs by deriving the private for the address and sweeping the funds to the given address |
489
489
|[dropchannelgraph](doc/chantools_dropchannelgraph.md)| ( :warning: ) Completely drop the channel graph from a `channel.db` to force re-sync (not recommended while channels are open!) |
490
490
|[dropgraphzombies](doc/chantools_dropgraphzombies.md)| Drop all zombie channels from a `channel.db` to force a graph re-sync |
0 commit comments