lnd/invoices
Carla Kirk-Cohen 590d898ba0
invoices/test: fix data race in TestMppPaymentWithOverpayment
Details of race:
- A global testInvoice is used in various invoice related tests.
- All tests are running with t.Parallel.
- TestMppPaymentWithOverpayment passes a reference to the testInvoice
  to AddInvoice which writes the AddIndex.
- TestMultipleSetHeightExpiry reads the testInvoice to make a copy.
2023-07-13 10:39:35 -04:00
..
2020-04-24 19:15:08 +02:00
2022-07-01 11:21:46 +02:00
2023-06-29 17:13:36 -06:00