mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-07 11:22:10 +02: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{}
|