mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
9 lines
200 B
Go
9 lines
200 B
Go
// +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 {
|
|
}
|