mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-14 23:22:35 +02:00
channeldb+routing: move control tower interface to routing
This commit creates an empty shall for control tower in the routing package. It is a preparation for adding event notification.
This commit is contained in:
@ -218,7 +218,7 @@ type Config struct {
|
||||
|
||||
// Control keeps track of the status of ongoing payments, ensuring we
|
||||
// can properly resume them across restarts.
|
||||
Control channeldb.ControlTower
|
||||
Control ControlTower
|
||||
|
||||
// MissionControl is a shared memory of sorts that executions of
|
||||
// payment path finding use in order to remember which vertexes/edges
|
||||
|
Reference in New Issue
Block a user