mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-28 18:16:19 +02:00
lncli: update AllPayments
in deletePayments
This commit is contained in:
@@ -1783,6 +1783,7 @@ func deletePayments(ctx *cli.Context) error {
|
||||
what)
|
||||
_, err = client.DeleteAllPayments(
|
||||
ctxc, &lnrpc.DeleteAllPaymentsRequest{
|
||||
AllPayments: includeNonFailed,
|
||||
FailedPaymentsOnly: !includeNonFailed,
|
||||
FailedHtlcsOnly: failedHTLCsOnly,
|
||||
},
|
||||
|
Reference in New Issue
Block a user