mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +01:00
We let the agent call ChannelBudget on its constraints directly, and not go through the heuristic. This is needed since when we want to have multiple active heuristics concurrently, it won't make sense anymore to ask each of the heuristics. The mockConstraints are also updated to act as the mockHeuristic did before, by making it possible to control the responses it gives by sending them on the contained channels. |
||
---|---|---|
.. | ||
agent.go | ||
agent_constraints.go | ||
agent_test.go | ||
choice.go | ||
choice_test.go | ||
graph.go | ||
interface.go | ||
log.go | ||
manager.go | ||
prefattach.go | ||
prefattach_test.go |