mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
10 lines
217 B
Go
10 lines
217 B
Go
//go:build !dev
|
|
// +build !dev
|
|
|
|
package lncfg
|
|
|
|
// ExperimentalProtocol is a sub-config that houses any experimental protocol
|
|
// features that also require a build-tag to activate.
|
|
type ExperimentalProtocol struct {
|
|
}
|