loop/swap/keychain.go
2019-03-06 20:34:00 -08:00

9 lines
180 B
Go

package swap
var (
// KeyFamily is the key family used to generate keys that allow
// spending of the htlc.
//
// TODO(joost): decide on actual value
KeyFamily = int32(99)
)