mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-08 14:57:38 +02:00
lncli: Add json flag to trackpayment [skip ci]
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user