mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-13 12:32:48 +02:00
Use the new feature of Go 1.24, fix linter warnings. This change was produced by: - running golangci-lint run --fix - sed 's/context.Background/t.Context/' -i `git grep -l context.Background | grep test.go` - manually fixing broken tests - itest, lntest: use ht.Context() where ht or hn is available - in HarnessNode.Stop() we keep using context.Background(), because it is called from a cleanup handler in which t.Context() is canceled already. |
||
|---|---|---|
| .. | ||
| bucket.go | ||
| bucket_test.go | ||
| commit_queue.go | ||
| commit_queue_test.go | ||
| config.go | ||
| db.go | ||
| db_test.go | ||
| debug.go | ||
| driver.go | ||
| driver_test.go | ||
| embed.go | ||
| fixture.go | ||
| nodebug.go | ||
| readwrite_bucket.go | ||
| readwrite_cursor.go | ||
| readwrite_tx.go | ||
| readwrite_tx_test.go | ||
| stm.go | ||
| stm_test.go | ||
| walletdb_interface_test.go | ||