mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
8 lines
125 B
Go
8 lines
125 B
Go
//go:build !peersrpc
|
|
// +build !peersrpc
|
|
|
|
package peersrpc
|
|
|
|
// Config is empty for non-peersrpc builds.
|
|
type Config struct{}
|