2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-04 06:00:21 +00:00
loop/swap/keychain.go
2024-01-31 11:24:22 +01:00

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