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

12 lines
263 B
Go

package swap
var (
// KeyFamily is the key family used to generate keys that allow
// spending of the htlc.
KeyFamily = int32(99)
// StaticAddressKeyFamily is the key family used to generate static
// address keys.
StaticAddressKeyFamily = int32(42060)
)