lnd/lntest/node
Boris Nagaev dee8ad3754
multi: context.Background() -> t.Context()
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.
2025-08-30 14:13:44 -03:00
..
config.go lntest: make nobootstrap configurable 2025-06-24 12:48:01 +02:00
harness_node.go multi: context.Background() -> t.Context() 2025-08-30 14:13:44 -03:00
state.go multi: update to fn v2 2024-12-04 13:19:00 -07:00
watcher.go lntest: assert CustomRecords fields on channel policy 2025-07-01 19:59:50 +08:00