lnrpc/watchtowerrpc: add WatchtowerBackend configs

This commit is contained in:
Conner Fromknecht
2019-06-20 16:53:25 -07:00
parent 72e4fbff97
commit 0db39d4fe6
3 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// +build !watchtowerrpc
package watchtowerrpc
// Config is empty for non-watchtowerrpc builds.
type Config struct{}