mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
lncli: Add json flag to trackpayment [skip ci]
This commit is contained in:
parent
ad78ff114f
commit
6ebc896f6f
@ -556,6 +556,9 @@ var trackPaymentCommand = cli.Command{
|
|||||||
specified by the hash argument.
|
specified by the hash argument.
|
||||||
`,
|
`,
|
||||||
ArgsUsage: "hash",
|
ArgsUsage: "hash",
|
||||||
|
Flags: []cli.Flag{
|
||||||
|
jsonFlag,
|
||||||
|
},
|
||||||
Action: actionDecorator(trackPayment),
|
Action: actionDecorator(trackPayment),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,6 +8,11 @@
|
|||||||
* [Make etcd max message size
|
* [Make etcd max message size
|
||||||
configurable]((https://github.com/lightningnetwork/lnd/pull/6049).
|
configurable]((https://github.com/lightningnetwork/lnd/pull/6049).
|
||||||
|
|
||||||
|
## Bug fixes
|
||||||
|
|
||||||
|
* [Add json flag to
|
||||||
|
trackpayment](https://github.com/lightningnetwork/lnd/pull/6060)
|
||||||
|
|
||||||
# Contributors (Alphabetical Order)
|
# Contributors (Alphabetical Order)
|
||||||
|
|
||||||
* Andras Banki-Horvath
|
* Andras Banki-Horvath
|
||||||
|
Loading…
Reference in New Issue
Block a user