mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
Merge pull request #5462 from ErikEk/typo-labeltx
trivial: walletrpc typo
This commit is contained in:
commit
c733c139e9
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ func listSweeps(ctx *cli.Context) error {
|
||||||
|
|
||||||
var labelTxCommand = cli.Command{
|
var labelTxCommand = cli.Command{
|
||||||
Name: "labeltx",
|
Name: "labeltx",
|
||||||
Usage: "adds a label to a transaction",
|
Usage: "Adds a label to a transaction.",
|
||||||
ArgsUsage: "txid label",
|
ArgsUsage: "txid label",
|
||||||
Description: `
|
Description: `
|
||||||
Add a label to a transaction. If the transaction already has a label,
|
Add a label to a transaction. If the transaction already has a label,
|
||||||
|
|
Loading…
Add table
Reference in a new issue