1
0
Fork 0
mirror of https://github.com/lightningnetwork/lnd.git synced 2025-03-13 19:16:56 +01:00
lnd/lnrpc/peersrpc/config_default.go
2022-04-01 18:12:58 -07:00

7 lines
125 B
Go

//go:build !peersrpc
// +build !peersrpc
package peersrpc
// Config is empty for non-peersrpc builds.
type Config struct{}