1
0
Fork 0
mirror of https://github.com/lightningnetwork/lnd.git synced 2025-03-18 12:51:11 +01:00
lnd/lnrpc/autopilotrpc/config_default.go

6 lines
116 B
Go

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