mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
a44bf381c4
In this commit we move the AddTower method from the Client interface to the TowerClientManager interface. The wtclientrpc is updated to call the `AddTower` method of the Manager instead of calling the `AddTower` method of each individual client. The TowerClient now is also only concerned with adding a new tower (or new tower address) to its in-memory state; the tower Manager will handle adding the tower to the DB. |
||
---|---|---|
.. | ||
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 |