mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
fcfdf699e3
This commit moves over the last two methods, `RegisterChannel` and `BackupState` from the `Client` to the `Manager` interface. With this change, we no longer need to pass around the individual clients around and now only need to pass the manager around. To do this change, all the goroutines that handle channel closes, closable sessions needed to be moved to the Manager and so a large part of this commit is just moving this code from the TowerClient to the Manager. |
||
---|---|---|
.. | ||
config.go | ||
driver.go | ||
watchtowerclient.pb.json.go | ||
wtclient_grpc.pb.go | ||
wtclient.go | ||
wtclient.pb.go | ||
wtclient.pb.gw.go | ||
wtclient.proto | ||
wtclient.swagger.json | ||
wtclient.yaml |