lnd.xprv/autopilot
Wilmer Paulino 956acdfa14
autopilot/agent_test: pass in agent's quit chan to heuristic
In this commit, we alter our mock heuristic to also take in a quit chan.
It's possible that at the end of a test the agent is blocked on a
NeedMoreChans/Select call as their mock implementations use channels. To
prevent this, we use the agent's quit chan so that the heuristic can
safely exit once the agent does.
2018-08-16 20:19:33 -07:00
..
agent_test.go autopilot/agent_test: pass in agent's quit chan to heuristic 2018-08-16 20:19:33 -07:00
agent.go autopilot: read quit chan when sending state updates 2018-08-16 20:19:32 -07:00
graph.go channeldb: store unknown policies in database 2018-08-09 20:23:40 -07:00
interface.go autopilot: modify OpenChannel to no longer take in set of addrs 2018-08-16 19:19:30 -07:00
log.go autopilot: "Look ma no hands!", introducing autopilot mode 2017-08-10 21:14:55 -07:00
prefattach_test.go multi: sort import paths with gofmt 2018-08-02 18:20:49 -07:00
prefattach.go multi: switch over import paths from roasbeef/* to btcsuite/* 2018-07-13 17:05:39 -07:00