mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-24 14:50:40 +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{}
|