multi: thread anchor client down to wtclient subserver

This commit is contained in:
Conner Fromknecht
2020-11-25 15:08:05 -08:00
parent a5c40858c9
commit 5b3a08a1cd
3 changed files with 11 additions and 3 deletions

View File

@@ -19,6 +19,10 @@ type Config struct {
// through the watchtower RPC subserver.
Client wtclient.Client
// AnchorClient is the backing watchtower client for anchor channels that
// we'll interact through the watchtower RPC subserver.
AnchorClient wtclient.Client
// Resolver is a custom resolver that will be used to resolve watchtower
// addresses to ensure we don't leak any information when running over
// non-clear networks, e.g. Tor, etc.