mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-18 14:44:22 +01:00
7 lines
119 B
Go
7 lines
119 B
Go
// +build !watchtowerrpc
|
|
|
|
package watchtowerrpc
|
|
|
|
// Config is empty for non-watchtowerrpc builds.
|
|
type Config struct{}
|