mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 17:51:33 +02:00
lnrpc/chainrpc: add ChainNotifier subserver Config
This commit is contained in:
6
lnrpc/chainrpc/config_default.go
Normal file
6
lnrpc/chainrpc/config_default.go
Normal file
@@ -0,0 +1,6 @@
|
||||
// +build !chainrpc
|
||||
|
||||
package chainrpc
|
||||
|
||||
// Config is empty for non-chainrpc builds.
|
||||
type Config struct{}
|
Reference in New Issue
Block a user