We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DeleteAllPayments
1 parent 5c3015b commit 3364d2fCopy full SHA for 3364d2f
lntest/rpc/lnd.go
@@ -70,7 +70,7 @@ func (h *HarnessRPC) DeleteAllPayments() {
70
ctxt, cancel := context.WithTimeout(h.runCtx, DefaultTimeout)
71
defer cancel()
72
73
- req := &lnrpc.DeleteAllPaymentsRequest{}
+ req := &lnrpc.DeleteAllPaymentsRequest{AllPayments: true}
74
_, err := h.LN.DeleteAllPayments(ctxt, req)
75
h.NoError(err, "DeleteAllPayments")
76
}
0 commit comments