lnrpc/chainrpc: add ChainNotifier subserver Config

This commit is contained in:
Wilmer Paulino
2018-12-10 18:32:25 -08:00
parent d06f6c14f5
commit 5e98af8c99
2 changed files with 40 additions and 0 deletions

View File

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