itest: fix comment in list_outgoing_payments test
This commit is contained in:
parent
39c58d9d14
commit
97b759796d
@ -4380,7 +4380,7 @@ func testListPayments(net *lntest.NetworkHarness, t *harnessTest) {
|
|||||||
t.Fatalf("Can't delete payments at the end: %v", err)
|
t.Fatalf("Can't delete payments at the end: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check that there are no payments before test.
|
// Check that there are no payments after test.
|
||||||
listReq := &lnrpc.ListPaymentsRequest{}
|
listReq := &lnrpc.ListPaymentsRequest{}
|
||||||
ctxt, _ = context.WithTimeout(ctxt, defaultTimeout)
|
ctxt, _ = context.WithTimeout(ctxt, defaultTimeout)
|
||||||
paymentsResp, err = net.Alice.ListPayments(ctxt, listReq)
|
paymentsResp, err = net.Alice.ListPayments(ctxt, listReq)
|
||||||
|
Loading…
Reference in New Issue
Block a user