mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
7 lines
104 B
Go
7 lines
104 B
Go
// +build !chainrpc
|
|
|
|
package chainrpc
|
|
|
|
// Config is empty for non-chainrpc builds.
|
|
type Config struct{}
|