mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-02 17:08:34 +02:00
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.