lnd/chainntnfs/bitcoindnotify
Oliver Gugger ad8e25cbc9
multi: don't access loop variables in goroutines
This commit makes sure that no loop variables or other temporary
variables are accessed directly in a goroutine but are instead passed
into the goroutine through a parameter. This makes sure a copy of the
value is put on the stack and is not changed while the outside loop
continues.
2022-11-21 13:54:23 +01:00
..
bitcoind_dev.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
bitcoind_test.go chainntnfs: replace defer cleanup with t.Cleanup 2022-10-13 17:01:35 +08:00
bitcoind.go multi: don't access loop variables in goroutines 2022-11-21 13:54:23 +01:00
driver.go chainntnfs: test both zmq and rpc bitcoind modes 2022-05-11 09:02:13 +02:00