1
0
Fork 0
mirror of https://github.com/lightningnetwork/lnd.git synced 2025-03-16 04:12:16 +01:00
lnd/lnrpc/signrpc/config_default.go

7 lines
101 B
Go
Raw Normal View History

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