mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
3545685177
Sub server implementation is still empty. This is a preparatory step for adding invoice functionality.
7 lines
113 B
Go
7 lines
113 B
Go
// +build !invoicesrpc
|
|
|
|
package invoicesrpc
|
|
|
|
// Config is empty for non-invoicesrpc builds.
|
|
type Config struct{}
|