mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-06 02:12:18 +01:00
6 lines
113 B
Go
6 lines
113 B
Go
// +build !wtclientrpc
|
|
|
|
package wtclientrpc
|
|
|
|
// Config is empty for non-wtclientrpc builds.
|
|
type Config struct{}
|