lnd/autopilot
Oliver Gugger 8d6befd797
autopilot: fix loop variables, use require
With this commit we fix a few occurrences of loop variables being
accessed in closures.
While we touch the code, we also migrate it to using the require
library.
2022-10-13 14:40:43 +02:00
..
agent_constraints_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
agent_constraints.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
agent_test.go autopilot: replace defer cleanup with t.Cleanup 2022-10-13 17:01:31 +08:00
agent.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
betweenness_centrality_test.go autopilot: fix loop variables, use require 2022-10-13 14:40:43 +02:00
betweenness_centrality.go
centrality_testdata_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
choice_test.go
choice.go
combinedattach.go trivial typo[skip ci] 2022-07-01 11:21:46 +02:00
externalscoreattach_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
externalscoreattach.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
graph_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
graph.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
interface.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
log.go
manager.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
prefattach_test.go autopilot: fix loop variables, use require 2022-10-13 14:40:43 +02:00
prefattach.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
simple_graph_test.go
simple_graph.go autopilot: return early for empty graph 2022-06-16 10:10:27 +02:00
top_centrality_test.go autopilot: replace defer cleanup with t.Cleanup 2022-10-13 17:01:31 +08:00
top_centrality.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00