1
0
Fork 0
mirror of https://github.com/lightningnetwork/lnd.git synced 2025-03-17 20:40:53 +01:00
lnd/lnrpc/chainrpc/config_default.go
2019-01-21 14:01:22 -08:00

6 lines
104 B
Go

// +build !chainrpc
package chainrpc
// Config is empty for non-chainrpc builds.
type Config struct{}