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