2021-08-23 10:35:48 +02:00
|
|
|
//go:build !dev
|
2020-07-08 23:26:05 +02:00
|
|
|
// +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 {
|
|
|
|
}
|