multi: add watchtower client RPC subserver

This commit is contained in:
Wilmer Paulino
2019-06-07 17:46:31 -07:00
parent c57128097e
commit 8f010abac5
13 changed files with 1646 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ endif
# Construct the integration test command with the added build flags.
ITEST_TAGS := $(DEV_TAGS) rpctest chainrpc walletrpc signrpc invoicesrpc autopilotrpc routerrpc watchtowerrpc
ITEST_TAGS := $(DEV_TAGS) rpctest chainrpc walletrpc signrpc invoicesrpc autopilotrpc routerrpc watchtowerrpc wtclientrpc
# Default to btcd backend if not set.
ifneq ($(backend),)