1
0
Fork 0
mirror of https://github.com/lightningnetwork/lnd.git synced 2025-03-19 21:15:18 +01:00
lnd/lncfg/protocol_experimental_on.go

8 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 {
}