mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +01:00
In this commit, we refactor the existing connection logic outside of the ChanController's OpenChannel method. We do this as previously it was possible for peers to stall us while attempting to connect to them. In order to remedy this, we now attempt to connect the peer before tracking them in our set of pending opens. |
||
---|---|---|
.. | ||
agent.go | ||
agent_test.go | ||
graph.go | ||
interface.go | ||
log.go | ||
prefattach.go | ||
prefattach_test.go |