You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
loop/swap/keychain.go

10 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)
)