1
0
Fork 0
mirror of https://github.com/lightningnetwork/lnd.git synced 2025-03-14 03:26:59 +01:00
lnd/lncfg/protocol_experimental_off.go

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