mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-18 21:35:24 +01:00
lncli: Add json flag to trackpayment [skip ci]
This commit is contained in:
parent
ad78ff114f
commit
6ebc896f6f
@ -556,7 +556,10 @@ var trackPaymentCommand = cli.Command{
|
||||
specified by the hash argument.
|
||||
`,
|
||||
ArgsUsage: "hash",
|
||||
Action: actionDecorator(trackPayment),
|
||||
Flags: []cli.Flag{
|
||||
jsonFlag,
|
||||
},
|
||||
Action: actionDecorator(trackPayment),
|
||||
}
|
||||
|
||||
func trackPayment(ctx *cli.Context) error {
|
||||
|
@ -8,6 +8,11 @@
|
||||
* [Make etcd max message size
|
||||
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)
|
||||
|
||||
* Andras Banki-Horvath
|
||||
|
Loading…
Reference in New Issue
Block a user