mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-17 06:04:20 +01:00
Merge pull request #6060 from mattbajorek/bugfix/lncli-trackpayment-json
lncli: Add json flag to trackpayment
This commit is contained in:
@@ -556,6 +556,9 @@ var trackPaymentCommand = cli.Command{
|
||||
specified by the hash argument.
|
||||
`,
|
||||
ArgsUsage: "hash",
|
||||
Flags: []cli.Flag{
|
||||
jsonFlag,
|
||||
},
|
||||
Action: actionDecorator(trackPayment),
|
||||
}
|
||||
|
||||
|
||||
@@ -12,6 +12,11 @@
|
||||
using itest harness outside of
|
||||
lnd](https://github.com/lightningnetwork/lnd/pull/6050).
|
||||
|
||||
## Bug fixes
|
||||
|
||||
* [Add json flag to
|
||||
trackpayment](https://github.com/lightningnetwork/lnd/pull/6060)
|
||||
|
||||
# Contributors (Alphabetical Order)
|
||||
|
||||
* Andras Banki-Horvath
|
||||
|
||||
Reference in New Issue
Block a user