lnd/lnrpc/peersrpc/config_default.go

8 lines
125 B
Go
Raw Normal View History

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