mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-18 21:35:24 +01:00
8 lines
137 B
Go
8 lines
137 B
Go
//go:build !neutrinorpc
|
|
// +build !neutrinorpc
|
|
|
|
package neutrinorpc
|
|
|
|
// Config is empty for non-neutrinorpc builds.
|
|
type Config struct{}
|