mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-26 17:56:32 +02:00
wtclient+server: unexport and rename TowerClient
Rename and unexport the `TowerClient` struct to `client` and rename the `TowerClientManager` interface to `ClientManager`.
This commit is contained in:
@@ -17,7 +17,7 @@ type Config struct {
|
||||
|
||||
// ClientMgr is a tower client manager that manages a set of tower
|
||||
// clients.
|
||||
ClientMgr wtclient.TowerClientManager
|
||||
ClientMgr wtclient.ClientManager
|
||||
|
||||
// Resolver is a custom resolver that will be used to resolve watchtower
|
||||
// addresses to ensure we don't leak any information when running over
|
||||
|
Reference in New Issue
Block a user