loop/utils/config.go
2019-03-06 21:30:34 +01:00

9 lines
179 B
Go

package utils
// SwapKeyFamily is the key family used to generate keys that allow spending
// of the htlc.
//
// TODO: Decide on actual value.
var (
SwapKeyFamily = int32(99)
)