1
0
Fork 0
mirror of https://github.com/lightningnetwork/lnd.git synced 2025-03-13 11:09:23 +01:00
lnd/lnrpc/peersrpc/config_default.go

8 lines
125 B
Go
Raw Normal View History

2021-11-26 16:03:00 -08:00
//go:build !peersrpc
// +build !peersrpc
package peersrpc
// Config is empty for non-peersrpc builds.
type Config struct{}