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