mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
ad8e25cbc9
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. |
||
---|---|---|
.. | ||
blockchain.go | ||
btcwallet_rpctest.go | ||
btcwallet_test.go | ||
btcwallet.go | ||
config.go | ||
driver.go | ||
log.go | ||
psbt_test.go | ||
psbt.go | ||
signer_test.go | ||
signer.go |